2024-01-21T10:40:55.148 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-21T10:40:55.149 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524436 --name yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524436/orig.config.yaml 2024-01-21T10:40:55.184 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T10:40:55.271 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524436 branch: wip-yuri4-testing-2024-01-18-1257-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: '7524436' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-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-yuri4-testing-2024-01-18-1257-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: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2024-01-18-1257-pacific sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8186 sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-01-18-1257-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec targets: smithi131.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFy9O5wilDoiP8g4n++6oNmodS7FEcSdDP6ZqLfnuCDaA5cmiwv3lexh45XBNDaTTosrhmIGDyFvlMhjOrnPvWY= smithi187.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxMqz7Z+61pkJTc6TDXZRxNkQbeFPbfBGHQmV/xK3Df5XIrQHuVMzTZ3GWelMiAVxqnxZkP2yBi1e5FLnd45xw= 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-19_23:17:02 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-21T10:40:55.271 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa; will attempt to use it 2024-01-21T10:40:55.272 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks 2024-01-21T10:40:55.272 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-21T10:40:55.275 INFO:teuthology.task.internal:Checking packages... 2024-01-21T10:40:55.308 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec' 2024-01-21T10:40:55.308 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-21T10:40:55.308 INFO:teuthology.packaging:ref: None 2024-01-21T10:40:55.308 INFO:teuthology.packaging:tag: None 2024-01-21T10:40:55.308 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T10:40:55.308 INFO:teuthology.packaging:sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T10:40:55.308 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T10:40:55.530 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.gea310589 2024-01-21T10:40:55.531 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-21T10:40:55.537 INFO:teuthology.task.internal:no buildpackages task found 2024-01-21T10:40:55.537 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-21T10:40:55.553 INFO:teuthology.task.internal:Saving configuration 2024-01-21T10:40:55.568 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-21T10:40:55.573 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T10:40:55.597 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524436', '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-21 10:35:46.327415', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFy9O5wilDoiP8g4n++6oNmodS7FEcSdDP6ZqLfnuCDaA5cmiwv3lexh45XBNDaTTosrhmIGDyFvlMhjOrnPvWY='} 2024-01-21T10:40:55.619 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524436', '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-21 10:35:46.326323', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxMqz7Z+61pkJTc6TDXZRxNkQbeFPbfBGHQmV/xK3Df5XIrQHuVMzTZ3GWelMiAVxqnxZkP2yBi1e5FLnd45xw='} 2024-01-21T10:40:55.620 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-21T10:40:55.626 INFO:teuthology.task.internal:roles: ubuntu@smithi131.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-21T10:40:55.626 INFO:teuthology.task.internal:roles: ubuntu@smithi187.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-21T10:40:55.626 INFO:teuthology.run_tasks:Running task console_log... 2024-01-21T10:40:55.700 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcec6551f70>, signals=[15]) 2024-01-21T10:40:55.700 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-21T10:40:55.706 INFO:teuthology.task.internal:Opening connections... 2024-01-21T10:40:55.706 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi131.front.sepia.ceph.com 2024-01-21T10:40:55.708 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T10:40:55.788 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi187.front.sepia.ceph.com 2024-01-21T10:40:55.789 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T10:40:55.863 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-21T10:40:55.871 DEBUG:teuthology.orchestra.run.smithi131:> uname -m 2024-01-21T10:40:55.891 INFO:teuthology.orchestra.run.smithi131.stdout:x86_64 2024-01-21T10:40:55.892 DEBUG:teuthology.orchestra.run.smithi131:> cat /etc/os-release 2024-01-21T10:40:55.951 INFO:teuthology.orchestra.run.smithi131.stdout:NAME="Red Hat Enterprise Linux" 2024-01-21T10:40:55.952 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION="8.6 (Ootpa)" 2024-01-21T10:40:55.952 INFO:teuthology.orchestra.run.smithi131.stdout:ID="rhel" 2024-01-21T10:40:55.952 INFO:teuthology.orchestra.run.smithi131.stdout:ID_LIKE="fedora" 2024-01-21T10:40:55.952 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_ID="8.6" 2024-01-21T10:40:55.952 INFO:teuthology.orchestra.run.smithi131.stdout:PLATFORM_ID="platform:el8" 2024-01-21T10:40:55.952 INFO:teuthology.orchestra.run.smithi131.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-21T10:40:55.952 INFO:teuthology.orchestra.run.smithi131.stdout:ANSI_COLOR="0;31" 2024-01-21T10:40:55.952 INFO:teuthology.orchestra.run.smithi131.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-21T10:40:55.952 INFO:teuthology.orchestra.run.smithi131.stdout:HOME_URL="https://www.redhat.com/" 2024-01-21T10:40:55.952 INFO:teuthology.orchestra.run.smithi131.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-21T10:40:55.952 INFO:teuthology.orchestra.run.smithi131.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T10:40:55.952 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:40:55.953 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T10:40:55.953 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-21T10:40:55.953 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-21T10:40:55.953 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-21T10:40:55.953 INFO:teuthology.lock.ops:Updating smithi131.front.sepia.ceph.com on lock server 2024-01-21T10:40:55.969 DEBUG:teuthology.orchestra.run.smithi187:> uname -m 2024-01-21T10:40:55.989 INFO:teuthology.orchestra.run.smithi187.stdout:x86_64 2024-01-21T10:40:55.990 DEBUG:teuthology.orchestra.run.smithi187:> cat /etc/os-release 2024-01-21T10:40:56.050 INFO:teuthology.orchestra.run.smithi187.stdout:NAME="Red Hat Enterprise Linux" 2024-01-21T10:40:56.050 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION="8.6 (Ootpa)" 2024-01-21T10:40:56.050 INFO:teuthology.orchestra.run.smithi187.stdout:ID="rhel" 2024-01-21T10:40:56.050 INFO:teuthology.orchestra.run.smithi187.stdout:ID_LIKE="fedora" 2024-01-21T10:40:56.050 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION_ID="8.6" 2024-01-21T10:40:56.050 INFO:teuthology.orchestra.run.smithi187.stdout:PLATFORM_ID="platform:el8" 2024-01-21T10:40:56.050 INFO:teuthology.orchestra.run.smithi187.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-21T10:40:56.050 INFO:teuthology.orchestra.run.smithi187.stdout:ANSI_COLOR="0;31" 2024-01-21T10:40:56.051 INFO:teuthology.orchestra.run.smithi187.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-21T10:40:56.051 INFO:teuthology.orchestra.run.smithi187.stdout:HOME_URL="https://www.redhat.com/" 2024-01-21T10:40:56.051 INFO:teuthology.orchestra.run.smithi187.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-21T10:40:56.051 INFO:teuthology.orchestra.run.smithi187.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T10:40:56.051 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:40:56.051 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T10:40:56.051 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-21T10:40:56.051 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-21T10:40:56.051 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-21T10:40:56.051 INFO:teuthology.lock.ops:Updating smithi187.front.sepia.ceph.com on lock server 2024-01-21T10:40:56.078 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-21T10:40:56.085 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-21T10:40:56.090 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-21T10:40:56.090 DEBUG:teuthology.orchestra.run.smithi131:> test '!' -e /home/ubuntu/cephtest 2024-01-21T10:40:56.092 DEBUG:teuthology.orchestra.run.smithi187:> test '!' -e /home/ubuntu/cephtest 2024-01-21T10:40:56.111 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-21T10:40:56.117 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-21T10:40:56.117 DEBUG:teuthology.orchestra.run.smithi131:> test -z $(ls -A /var/lib/ceph) 2024-01-21T10:40:56.151 DEBUG:teuthology.orchestra.run.smithi187:> test -z $(ls -A /var/lib/ceph) 2024-01-21T10:40:56.186 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-21T10:40:56.239 INFO:teuthology.run_tasks:Running task kernel... 2024-01-21T10:40:56.254 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-21T10:40:56.254 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-21T10:40:56.254 DEBUG:teuthology.orchestra.run.smithi131:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T10:40:56.254 DEBUG:teuthology.orchestra.run.smithi187:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T10:40:56.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:40:56.273 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2024-01-21T10:40:56.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:40:56.274 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-01-21T10:40:56.333 INFO:teuthology.orchestra.run.smithi187.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-21T10:40:56.333 INFO:teuthology.task.kernel:Running kernel on smithi187: 4.18.0-513.9.1.el8_9.x86_64 2024-01-21T10:40:56.333 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum install -y kernel 2024-01-21T10:40:56.334 INFO:teuthology.orchestra.run.smithi131.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-21T10:40:56.334 INFO:teuthology.task.kernel:Running kernel on smithi131: 4.18.0-513.9.1.el8_9.x86_64 2024-01-21T10:40:56.334 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum install -y kernel 2024-01-21T10:40:57.803 INFO:teuthology.orchestra.run.smithi131.stdout:Updating Subscription Management repositories. 2024-01-21T10:40:57.803 INFO:teuthology.orchestra.run.smithi131.stdout:Unable to read consumer identity 2024-01-21T10:40:57.987 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2024-01-21T10:40:57.987 INFO:teuthology.orchestra.run.smithi187.stdout:Unable to read consumer identity 2024-01-21T10:40:58.070 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:40:58.070 INFO:teuthology.orchestra.run.smithi131.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T10:40:58.070 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:40:58.286 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:40:58.286 INFO:teuthology.orchestra.run.smithi187.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T10:40:58.286 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:40:59.959 INFO:teuthology.orchestra.run.smithi131.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2024-01-21T10:41:00.158 INFO:teuthology.orchestra.run.smithi187.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-01-21T10:41:00.852 INFO:teuthology.orchestra.run.smithi131.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2024-01-21T10:41:01.452 INFO:teuthology.orchestra.run.smithi187.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2024-01-21T10:41:04.393 INFO:teuthology.orchestra.run.smithi131.stdout:lab-extras 388 kB/s | 24 kB 00:00 2024-01-21T10:41:05.051 INFO:teuthology.orchestra.run.smithi187.stdout:lab-extras 403 kB/s | 24 kB 00:00 2024-01-21T10:41:05.163 INFO:teuthology.orchestra.run.smithi131.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-21T10:41:05.163 INFO:teuthology.orchestra.run.smithi131.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-21T10:41:05.235 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-01-21T10:41:05.236 INFO:teuthology.orchestra.run.smithi131.stdout:Nothing to do. 2024-01-21T10:41:05.236 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-01-21T10:41:05.379 DEBUG:teuthology.orchestra.run.smithi131:> echo no | sudo yum reinstall kernel || true 2024-01-21T10:41:05.713 INFO:teuthology.orchestra.run.smithi131.stdout:Updating Subscription Management repositories. 2024-01-21T10:41:05.713 INFO:teuthology.orchestra.run.smithi131.stdout:Unable to read consumer identity 2024-01-21T10:41:05.820 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-21T10:41:05.820 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-21T10:41:05.924 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-01-21T10:41:05.925 INFO:teuthology.orchestra.run.smithi187.stdout:Nothing to do. 2024-01-21T10:41:05.925 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-01-21T10:41:05.926 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:41:05.926 INFO:teuthology.orchestra.run.smithi131.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T10:41:05.926 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:41:06.116 DEBUG:teuthology.orchestra.run.smithi187:> echo no | sudo yum reinstall kernel || true 2024-01-21T10:41:06.239 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:02 ago on Sun 21 Jan 2024 10:41:04 AM UTC. 2024-01-21T10:41:06.317 INFO:teuthology.orchestra.run.smithi131.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-21T10:41:06.318 INFO:teuthology.orchestra.run.smithi131.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-21T10:41:06.360 INFO:teuthology.orchestra.run.smithi131.stderr:Error: No packages marked for reinstall. 2024-01-21T10:41:06.407 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum reinstall -y kernel || true 2024-01-21T10:41:06.458 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2024-01-21T10:41:06.458 INFO:teuthology.orchestra.run.smithi187.stdout:Unable to read consumer identity 2024-01-21T10:41:06.653 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:41:06.653 INFO:teuthology.orchestra.run.smithi187.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T10:41:06.653 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:41:06.743 INFO:teuthology.orchestra.run.smithi131.stdout:Updating Subscription Management repositories. 2024-01-21T10:41:06.743 INFO:teuthology.orchestra.run.smithi131.stdout:Unable to read consumer identity 2024-01-21T10:41:06.922 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:41:06.922 INFO:teuthology.orchestra.run.smithi131.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T10:41:06.922 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:41:06.969 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:02 ago on Sun 21 Jan 2024 10:41:04 AM UTC. 2024-01-21T10:41:07.040 INFO:teuthology.orchestra.run.smithi187.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-21T10:41:07.043 INFO:teuthology.orchestra.run.smithi187.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-21T10:41:07.085 INFO:teuthology.orchestra.run.smithi187.stderr:Error: No packages marked for reinstall. 2024-01-21T10:41:07.133 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum reinstall -y kernel || true 2024-01-21T10:41:07.225 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:03 ago on Sun 21 Jan 2024 10:41:04 AM UTC. 2024-01-21T10:41:07.290 INFO:teuthology.orchestra.run.smithi131.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-21T10:41:07.290 INFO:teuthology.orchestra.run.smithi131.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-21T10:41:07.323 INFO:teuthology.orchestra.run.smithi131.stderr:Error: No packages marked for reinstall. 2024-01-21T10:41:07.370 DEBUG:teuthology.orchestra.run.smithi131:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T10:41:07.467 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2024-01-21T10:41:07.468 INFO:teuthology.orchestra.run.smithi187.stdout:Unable to read consumer identity 2024-01-21T10:41:07.538 INFO:teuthology.orchestra.run.smithi131.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-21T10:41:07.538 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-21T10:41:07.538 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-21T10:41:07.538 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-21T10:41:07.538 DEBUG:teuthology.orchestra.run.smithi131:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T10:41:07.586 INFO:teuthology.orchestra.run.smithi131.stdout:ttyS1 2024-01-21T10:41:07.610 DEBUG:teuthology.parallel:result is None 2024-01-21T10:41:07.713 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:41:07.713 INFO:teuthology.orchestra.run.smithi187.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-21T10:41:07.713 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:41:08.018 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:04 ago on Sun 21 Jan 2024 10:41:04 AM UTC. 2024-01-21T10:41:08.086 INFO:teuthology.orchestra.run.smithi187.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-21T10:41:08.086 INFO:teuthology.orchestra.run.smithi187.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-21T10:41:08.115 INFO:teuthology.orchestra.run.smithi187.stderr:Error: No packages marked for reinstall. 2024-01-21T10:41:08.168 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T10:41:08.349 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-21T10:41:08.349 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-21T10:41:08.349 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-21T10:41:08.349 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-21T10:41:08.349 DEBUG:teuthology.orchestra.run.smithi187:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T10:41:08.379 INFO:teuthology.orchestra.run.smithi187.stdout:ttyS1 2024-01-21T10:41:08.399 DEBUG:teuthology.parallel:result is None 2024-01-21T10:41:08.399 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-21T10:41:08.407 INFO:teuthology.task.internal:Creating test directory... 2024-01-21T10:41:08.407 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T10:41:08.409 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T10:41:08.456 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-21T10:41:08.465 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-21T10:41:08.475 INFO:teuthology.task.internal:Creating archive directory... 2024-01-21T10:41:08.475 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T10:41:08.478 DEBUG:teuthology.orchestra.run.smithi187:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T10:41:08.534 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-21T10:41:08.541 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-21T10:41:08.541 DEBUG:teuthology.orchestra.run.smithi131:> 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-21T10:41:08.552 DEBUG:teuthology.orchestra.run.smithi187:> 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-21T10:41:08.582 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T10:41:08.594 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T10:41:08.607 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T10:41:08.618 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T10:41:08.619 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-21T10:41:08.626 INFO:teuthology.task.internal:Configuring sudo... 2024-01-21T10:41:08.627 DEBUG:teuthology.orchestra.run.smithi131:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T10:41:08.638 DEBUG:teuthology.orchestra.run.smithi187:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T10:41:08.687 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-21T10:41:08.696 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-21T10:41:08.696 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T10:41:08.708 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T10:41:08.744 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T10:41:08.811 DEBUG:teuthology.orchestra.run.smithi131:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T10:41:08.859 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T10:41:08.941 DEBUG:teuthology.orchestra.run.smithi131:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T10:41:08.985 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-21T10:41:08.985 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T10:41:09.052 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T10:41:09.099 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T10:41:09.154 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T10:41:09.236 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T10:41:09.281 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-21T10:41:09.281 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T10:41:09.348 DEBUG:teuthology.orchestra.run.smithi131:> sudo service rsyslog restart 2024-01-21T10:41:09.350 DEBUG:teuthology.orchestra.run.smithi187:> sudo service rsyslog restart 2024-01-21T10:41:09.407 INFO:teuthology.orchestra.run.smithi131.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T10:41:09.473 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T10:41:09.794 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-21T10:41:09.803 INFO:teuthology.task.internal:Starting timer... 2024-01-21T10:41:09.804 INFO:teuthology.run_tasks:Running task pcp... 2024-01-21T10:41:09.824 INFO:teuthology.run_tasks:Running task selinux... 2024-01-21T10:41:09.833 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-21T10:41:09.833 DEBUG:teuthology.orchestra.run.smithi131:> sudo service auditd rotate 2024-01-21T10:41:09.896 INFO:teuthology.orchestra.run.smithi131.stdout:Rotating logs: 2024-01-21T10:41:09.898 DEBUG:teuthology.orchestra.run.smithi187:> sudo service auditd rotate 2024-01-21T10:41:09.977 INFO:teuthology.orchestra.run.smithi187.stdout:Rotating logs: 2024-01-21T10:41:09.979 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-21T10:41:09.979 DEBUG:teuthology.orchestra.run.smithi131:> /usr/sbin/getenforce 2024-01-21T10:41:10.020 INFO:teuthology.orchestra.run.smithi131.stdout:Permissive 2024-01-21T10:41:10.021 DEBUG:teuthology.orchestra.run.smithi187:> /usr/sbin/getenforce 2024-01-21T10:41:10.050 INFO:teuthology.orchestra.run.smithi187.stdout:Permissive 2024-01-21T10:41:10.050 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi131.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi187.front.sepia.ceph.com': 'permissive'} 2024-01-21T10:41:10.050 DEBUG:teuthology.orchestra.run.smithi131:> 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-21T10:41:10.088 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:41:10.088 DEBUG:teuthology.orchestra.run.smithi187:> 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-21T10:41:10.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T10:41:10.118 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-21T10:41:10.118 DEBUG:teuthology.orchestra.run.smithi131:> sudo /usr/sbin/setenforce permissive 2024-01-21T10:41:10.156 DEBUG:teuthology.orchestra.run.smithi187:> sudo /usr/sbin/setenforce permissive 2024-01-21T10:41:10.185 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-21T10:41:10.196 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-21T10:41:10.213 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-21T10:41:10.214 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi131.front.sepia.ceph.com,smithi187.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-21T10:49:45.374 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi131.front.sepia.ceph.com'), Remote(name='ubuntu@smithi187.front.sepia.ceph.com')] 2024-01-21T10:49:45.375 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-01-21T10:49:45.376 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T10:49:45.453 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-01-21T10:49:45.522 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-01-21T10:49:45.523 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-21T10:49:45.523 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T10:49:45.599 DEBUG:teuthology.orchestra.run.smithi187:> true 2024-01-21T10:49:45.666 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2024-01-21T10:49:45.666 INFO:teuthology.run_tasks:Running task clock... 2024-01-21T10:49:45.676 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-21T10:49:45.677 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T10:49:45.677 DEBUG:teuthology.orchestra.run.smithi131:> 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-21T10:49:45.679 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T10:49:45.679 DEBUG:teuthology.orchestra.run.smithi187:> 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-21T10:49:45.710 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T10:49:45.726 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T10:49:45.738 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T10:49:45.753 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T10:49:45.804 INFO:teuthology.orchestra.run.smithi131.stderr:sudo: ntpd: command not found 2024-01-21T10:49:45.816 INFO:teuthology.orchestra.run.smithi131.stdout:506 Cannot talk to daemon 2024-01-21T10:49:45.823 INFO:teuthology.orchestra.run.smithi187.stderr:sudo: ntpd: command not found 2024-01-21T10:49:45.830 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T10:49:45.835 INFO:teuthology.orchestra.run.smithi187.stdout:506 Cannot talk to daemon 2024-01-21T10:49:45.846 INFO:teuthology.orchestra.run.smithi131.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T10:49:45.850 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T10:49:45.863 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T10:49:45.917 INFO:teuthology.orchestra.run.smithi131.stderr:bash: ntpq: command not found 2024-01-21T10:49:45.920 INFO:teuthology.orchestra.run.smithi131.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T10:49:45.920 INFO:teuthology.orchestra.run.smithi131.stdout:=============================================================================== 2024-01-21T10:49:45.920 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:49:45.920 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:49:45.920 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:49:45.920 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:49:45.933 INFO:teuthology.orchestra.run.smithi187.stderr:bash: ntpq: command not found 2024-01-21T10:49:45.937 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T10:49:45.937 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2024-01-21T10:49:45.937 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:49:45.937 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:49:45.937 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:49:45.937 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T10:49:45.938 INFO:teuthology.run_tasks:Running task pexec... 2024-01-21T10:49:45.948 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-21T10:49:45.948 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi131.front.sepia.ceph.com 2024-01-21T10:49:45.948 DEBUG:teuthology.orchestra.run.smithi131:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T10:49:45.949 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi187.front.sepia.ceph.com 2024-01-21T10:49:45.949 DEBUG:teuthology.orchestra.run.smithi187:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T10:49:46.343 INFO:teuthology.orchestra.run.smithi131.stdout:Updating Subscription Management repositories. 2024-01-21T10:49:46.355 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2024-01-21T10:49:48.160 INFO:teuthology.orchestra.run.smithi187.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2024-01-21T10:49:48.210 INFO:teuthology.orchestra.run.smithi131.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2024-01-21T10:49:48.531 INFO:teuthology.orchestra.run.smithi187.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-01-21T10:49:48.642 INFO:teuthology.orchestra.run.smithi131.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2024-01-21T10:49:51.374 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-01-21T10:49:51.375 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-21T10:49:51.375 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2024-01-21T10:49:51.375 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-21T10:49:51.375 INFO:teuthology.orchestra.run.smithi187.stdout:Resetting modules: 2024-01-21T10:49:51.375 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools 2024-01-21T10:49:51.376 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:49:51.376 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-01-21T10:49:51.376 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2024-01-21T10:49:51.376 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:49:51.601 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-01-21T10:49:51.602 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-01-21T10:49:51.602 INFO:teuthology.orchestra.run.smithi131.stdout: Package Architecture Version Repository Size 2024-01-21T10:49:51.602 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-01-21T10:49:51.602 INFO:teuthology.orchestra.run.smithi131.stdout:Resetting modules: 2024-01-21T10:49:51.602 INFO:teuthology.orchestra.run.smithi131.stdout: container-tools 2024-01-21T10:49:51.603 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:49:51.603 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-01-21T10:49:51.603 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-01-21T10:49:51.603 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:50:02.006 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-01-21T10:50:02.477 INFO:teuthology.orchestra.run.smithi131.stdout:Updating Subscription Management repositories. 2024-01-21T10:50:03.590 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-01-21T10:50:04.063 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2024-01-21T10:50:04.318 INFO:teuthology.orchestra.run.smithi131.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 37 kB/s | 4.1 kB 00:00 2024-01-21T10:50:04.709 INFO:teuthology.orchestra.run.smithi131.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 46 kB/s | 4.5 kB 00:00 2024-01-21T10:50:05.820 INFO:teuthology.orchestra.run.smithi187.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2024-01-21T10:50:06.153 INFO:teuthology.orchestra.run.smithi187.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 38 kB/s | 4.5 kB 00:00 2024-01-21T10:50:07.877 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-01-21T10:50:08.034 INFO:teuthology.orchestra.run.smithi131.stdout:========================================================================================================== 2024-01-21T10:50:08.034 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-01-21T10:50:08.034 INFO:teuthology.orchestra.run.smithi131.stdout:========================================================================================================== 2024-01-21T10:50:08.034 INFO:teuthology.orchestra.run.smithi131.stdout:Installing group/module packages: 2024-01-21T10:50:08.034 INFO:teuthology.orchestra.run.smithi131.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-21T10:50:08.034 INFO:teuthology.orchestra.run.smithi131.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-21T10:50:08.034 INFO:teuthology.orchestra.run.smithi131.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-01-21T10:50:08.034 INFO:teuthology.orchestra.run.smithi131.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-21T10:50:08.035 INFO:teuthology.orchestra.run.smithi131.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-21T10:50:08.035 INFO:teuthology.orchestra.run.smithi131.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-21T10:50:08.035 INFO:teuthology.orchestra.run.smithi131.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-21T10:50:08.035 INFO:teuthology.orchestra.run.smithi131.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-21T10:50:08.035 INFO:teuthology.orchestra.run.smithi131.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-01-21T10:50:08.035 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-01-21T10:50:08.035 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-01-21T10:50:08.035 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-01-21T10:50:08.035 INFO:teuthology.orchestra.run.smithi131.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-21T10:50:08.035 INFO:teuthology.orchestra.run.smithi131.stdout:Installing weak dependencies: 2024-01-21T10:50:08.035 INFO:teuthology.orchestra.run.smithi131.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-21T10:50:08.035 INFO:teuthology.orchestra.run.smithi131.stdout:Installing module profiles: 2024-01-21T10:50:08.035 INFO:teuthology.orchestra.run.smithi131.stdout: container-tools/common 2024-01-21T10:50:08.035 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:50:08.036 INFO:teuthology.orchestra.run.smithi131.stdout:Enabling module streams: 2024-01-21T10:50:08.036 INFO:teuthology.orchestra.run.smithi131.stdout: container-tools rhel8 2024-01-21T10:50:08.036 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:50:08.036 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-01-21T10:50:08.036 INFO:teuthology.orchestra.run.smithi131.stdout:========================================================================================================== 2024-01-21T10:50:08.036 INFO:teuthology.orchestra.run.smithi131.stdout:Install 13 Packages 2024-01-21T10:50:08.036 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:50:08.037 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 26 M 2024-01-21T10:50:08.037 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 87 M 2024-01-21T10:50:08.037 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-01-21T10:50:08.191 INFO:teuthology.orchestra.run.smithi131.stdout:(1/13): yajl-2.1.0-12.el8.x86_64.rpm 266 kB/s | 41 kB 00:00 2024-01-21T10:50:08.216 INFO:teuthology.orchestra.run.smithi131.stdout:(2/13): python3-pytoml-0.1.14-5.git7dea353.el8. 138 kB/s | 25 kB 00:00 2024-01-21T10:50:08.242 INFO:teuthology.orchestra.run.smithi131.stdout:(3/13): python3-pyxdg-0.25-16.el8.noarch.rpm 458 kB/s | 94 kB 00:00 2024-01-21T10:50:08.359 INFO:teuthology.orchestra.run.smithi131.stdout:(4/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 6.0 MB/s | 1.0 MB 00:00 2024-01-21T10:50:08.418 INFO:teuthology.orchestra.run.smithi131.stdout:(5/13): cockpit-podman-75-1.module+el8.9.0+2032 4.1 MB/s | 739 kB 00:00 2024-01-21T10:50:08.484 INFO:teuthology.orchestra.run.smithi131.stdout:(6/13): criu-libs-3.18-4.module+el8.9.0+20326+3 314 kB/s | 39 kB 00:00 2024-01-21T10:50:08.593 INFO:teuthology.orchestra.run.smithi131.stdout:(7/13): buildah-1.31.3-1.module+el8.9.0+20326+3 23 MB/s | 8.8 MB 00:00 2024-01-21T10:50:08.618 INFO:teuthology.orchestra.run.smithi131.stdout:(8/13): crun-1.8.7-1.module+el8.9.0+20326+38708 1.2 MB/s | 239 kB 00:00 2024-01-21T10:50:08.710 INFO:teuthology.orchestra.run.smithi131.stdout:(9/13): netavark-1.7.0-1.module+el8.9.0+20326+3 16 MB/s | 3.7 MB 00:00 2024-01-21T10:50:08.735 INFO:teuthology.orchestra.run.smithi131.stdout:(10/13): python3-podman-4.6.0-1.module+el8.9.0+ 1.1 MB/s | 153 kB 00:00 2024-01-21T10:50:08.919 INFO:teuthology.orchestra.run.smithi131.stdout:(11/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 27 MB/s | 8.1 MB 00:00 2024-01-21T10:50:08.944 INFO:teuthology.orchestra.run.smithi131.stdout:(12/13): udica-0.2.6-20.module+el8.9.0+20326+38 237 kB/s | 49 kB 00:00 2024-01-21T10:50:08.999 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2024-01-21T10:50:09.028 INFO:teuthology.orchestra.run.smithi131.stdout:(13/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 8.0 MB/s | 2.5 MB 00:00 2024-01-21T10:50:09.028 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-01-21T10:50:09.029 INFO:teuthology.orchestra.run.smithi131.stdout:Total 26 MB/s | 26 MB 00:00 2024-01-21T10:50:09.153 INFO:teuthology.orchestra.run.smithi187.stdout:========================================================================================================== 2024-01-21T10:50:09.153 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2024-01-21T10:50:09.153 INFO:teuthology.orchestra.run.smithi187.stdout:========================================================================================================== 2024-01-21T10:50:09.153 INFO:teuthology.orchestra.run.smithi187.stdout:Installing group/module packages: 2024-01-21T10:50:09.153 INFO:teuthology.orchestra.run.smithi187.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-21T10:50:09.153 INFO:teuthology.orchestra.run.smithi187.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-21T10:50:09.153 INFO:teuthology.orchestra.run.smithi187.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-01-21T10:50:09.153 INFO:teuthology.orchestra.run.smithi187.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-21T10:50:09.153 INFO:teuthology.orchestra.run.smithi187.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-21T10:50:09.154 INFO:teuthology.orchestra.run.smithi187.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-21T10:50:09.154 INFO:teuthology.orchestra.run.smithi187.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-21T10:50:09.154 INFO:teuthology.orchestra.run.smithi187.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-21T10:50:09.154 INFO:teuthology.orchestra.run.smithi187.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-01-21T10:50:09.154 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2024-01-21T10:50:09.154 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-01-21T10:50:09.154 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-01-21T10:50:09.154 INFO:teuthology.orchestra.run.smithi187.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-21T10:50:09.154 INFO:teuthology.orchestra.run.smithi187.stdout:Installing weak dependencies: 2024-01-21T10:50:09.154 INFO:teuthology.orchestra.run.smithi187.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-21T10:50:09.154 INFO:teuthology.orchestra.run.smithi187.stdout:Installing module profiles: 2024-01-21T10:50:09.154 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools/common 2024-01-21T10:50:09.154 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:50:09.154 INFO:teuthology.orchestra.run.smithi187.stdout:Enabling module streams: 2024-01-21T10:50:09.155 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools rhel8 2024-01-21T10:50:09.155 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:50:09.155 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2024-01-21T10:50:09.155 INFO:teuthology.orchestra.run.smithi187.stdout:========================================================================================================== 2024-01-21T10:50:09.155 INFO:teuthology.orchestra.run.smithi187.stdout:Install 13 Packages 2024-01-21T10:50:09.155 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:50:09.155 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 26 M 2024-01-21T10:50:09.155 INFO:teuthology.orchestra.run.smithi187.stdout:Installed size: 87 M 2024-01-21T10:50:09.156 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2024-01-21T10:50:09.308 INFO:teuthology.orchestra.run.smithi187.stdout:(1/13): python3-pyxdg-0.25-16.el8.noarch.rpm 617 kB/s | 94 kB 00:00 2024-01-21T10:50:09.313 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-01-21T10:50:09.334 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-01-21T10:50:09.334 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-01-21T10:50:09.366 INFO:teuthology.orchestra.run.smithi187.stdout:(2/13): python3-pytoml-0.1.14-5.git7dea353.el8. 118 kB/s | 25 kB 00:00 2024-01-21T10:50:09.400 INFO:teuthology.orchestra.run.smithi187.stdout:(3/13): yajl-2.1.0-12.el8.x86_64.rpm 168 kB/s | 41 kB 00:00 2024-01-21T10:50:09.450 INFO:teuthology.orchestra.run.smithi187.stdout:(4/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 7.1 MB/s | 1.0 MB 00:00 2024-01-21T10:50:09.559 INFO:teuthology.orchestra.run.smithi187.stdout:(5/13): cockpit-podman-75-1.module+el8.9.0+2032 4.6 MB/s | 739 kB 00:00 2024-01-21T10:50:09.563 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-01-21T10:50:09.572 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-01-21T10:50:09.693 INFO:teuthology.orchestra.run.smithi187.stdout:(6/13): buildah-1.31.3-1.module+el8.9.0+20326+3 27 MB/s | 8.8 MB 00:00 2024-01-21T10:50:09.718 INFO:teuthology.orchestra.run.smithi187.stdout:(7/13): criu-libs-3.18-4.module+el8.9.0+20326+3 147 kB/s | 39 kB 00:00 2024-01-21T10:50:09.743 INFO:teuthology.orchestra.run.smithi187.stdout:(8/13): crun-1.8.7-1.module+el8.9.0+20326+38708 1.3 MB/s | 239 kB 00:00 2024-01-21T10:50:09.843 INFO:teuthology.orchestra.run.smithi187.stdout:(9/13): python3-podman-4.6.0-1.module+el8.9.0+2 1.2 MB/s | 153 kB 00:00 2024-01-21T10:50:09.923 INFO:teuthology.orchestra.run.smithi187.stdout:(10/13): netavark-1.7.0-1.module+el8.9.0+20326+ 16 MB/s | 3.7 MB 00:00 2024-01-21T10:50:10.036 INFO:teuthology.orchestra.run.smithi187.stdout:(11/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 13 MB/s | 2.5 MB 00:00 2024-01-21T10:50:10.060 INFO:teuthology.orchestra.run.smithi187.stdout:(12/13): udica-0.2.6-20.module+el8.9.0+20326+38 358 kB/s | 49 kB 00:00 2024-01-21T10:50:10.175 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-01-21T10:50:10.228 INFO:teuthology.orchestra.run.smithi187.stdout:(13/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 17 MB/s | 8.1 MB 00:00 2024-01-21T10:50:10.228 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2024-01-21T10:50:10.228 INFO:teuthology.orchestra.run.smithi187.stdout:Total 24 MB/s | 26 MB 00:01 2024-01-21T10:50:10.443 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 1/13 2024-01-21T10:50:10.513 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2024-01-21T10:50:10.535 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2024-01-21T10:50:10.535 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2024-01-21T10:50:10.763 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2024-01-21T10:50:10.772 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2024-01-21T10:50:10.937 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 2/13 2024-01-21T10:50:11.151 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 3/13 2024-01-21T10:50:11.345 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : yajl-2.1.0-12.el8.x86_64 4/13 2024-01-21T10:50:11.389 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2024-01-21T10:50:11.541 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-01-21T10:50:11.656 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 1/13 2024-01-21T10:50:11.791 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-01-21T10:50:12.027 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-01-21T10:50:12.175 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 2/13 2024-01-21T10:50:12.391 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 3/13 2024-01-21T10:50:12.591 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : yajl-2.1.0-12.el8.x86_64 4/13 2024-01-21T10:50:12.753 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-01-21T10:50:12.954 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-21T10:50:12.986 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-01-21T10:50:13.247 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-01-21T10:50:13.423 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-21T10:50:13.828 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-01-21T10:50:14.177 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-21T10:50:14.415 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-21T10:50:14.735 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-01-21T10:50:14.831 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-01-21T10:50:14.998 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-01-21T10:50:15.214 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-21T10:50:15.620 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-21T10:50:15.621 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-01-21T10:50:15.621 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-21T10:50:15.621 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 3/13 2024-01-21T10:50:15.621 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 4/13 2024-01-21T10:50:15.621 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 5/13 2024-01-21T10:50:15.621 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 6/13 2024-01-21T10:50:15.621 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 7/13 2024-01-21T10:50:15.621 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-21T10:50:15.621 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-21T10:50:15.621 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 10/13 2024-01-21T10:50:15.621 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 11/13 2024-01-21T10:50:15.621 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 12/13 2024-01-21T10:50:15.739 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-01-21T10:50:15.976 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-01-21T10:50:16.168 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-21T10:50:16.611 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-21T10:50:16.611 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-01-21T10:50:16.611 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-21T10:50:16.611 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 3/13 2024-01-21T10:50:16.611 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 4/13 2024-01-21T10:50:16.611 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 5/13 2024-01-21T10:50:16.611 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 6/13 2024-01-21T10:50:16.611 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 7/13 2024-01-21T10:50:16.611 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-21T10:50:16.612 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-21T10:50:16.612 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 10/13 2024-01-21T10:50:16.612 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 11/13 2024-01-21T10:50:16.612 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 12/13 2024-01-21T10:50:26.210 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 13/13 2024-01-21T10:50:26.210 INFO:teuthology.orchestra.run.smithi187.stdout:Installed products updated. 2024-01-21T10:50:26.757 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:50:26.757 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2024-01-21T10:50:26.757 INFO:teuthology.orchestra.run.smithi187.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-21T10:50:26.757 INFO:teuthology.orchestra.run.smithi187.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-21T10:50:26.757 INFO:teuthology.orchestra.run.smithi187.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-01-21T10:50:26.757 INFO:teuthology.orchestra.run.smithi187.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-01-21T10:50:26.757 INFO:teuthology.orchestra.run.smithi187.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-21T10:50:26.757 INFO:teuthology.orchestra.run.smithi187.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-21T10:50:26.758 INFO:teuthology.orchestra.run.smithi187.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-01-21T10:50:26.758 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-21T10:50:26.758 INFO:teuthology.orchestra.run.smithi187.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-21T10:50:26.758 INFO:teuthology.orchestra.run.smithi187.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-21T10:50:26.758 INFO:teuthology.orchestra.run.smithi187.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-01-21T10:50:26.758 INFO:teuthology.orchestra.run.smithi187.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-01-21T10:50:26.758 INFO:teuthology.orchestra.run.smithi187.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T10:50:26.758 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:50:26.758 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2024-01-21T10:50:26.974 DEBUG:teuthology.parallel:result is None 2024-01-21T10:50:27.517 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 13/13 2024-01-21T10:50:27.517 INFO:teuthology.orchestra.run.smithi131.stdout:Installed products updated. 2024-01-21T10:50:28.095 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:50:28.095 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-01-21T10:50:28.095 INFO:teuthology.orchestra.run.smithi131.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-21T10:50:28.095 INFO:teuthology.orchestra.run.smithi131.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-21T10:50:28.095 INFO:teuthology.orchestra.run.smithi131.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-01-21T10:50:28.095 INFO:teuthology.orchestra.run.smithi131.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-01-21T10:50:28.095 INFO:teuthology.orchestra.run.smithi131.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-21T10:50:28.095 INFO:teuthology.orchestra.run.smithi131.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-21T10:50:28.096 INFO:teuthology.orchestra.run.smithi131.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-01-21T10:50:28.096 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-21T10:50:28.096 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-21T10:50:28.096 INFO:teuthology.orchestra.run.smithi131.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-21T10:50:28.096 INFO:teuthology.orchestra.run.smithi131.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-01-21T10:50:28.096 INFO:teuthology.orchestra.run.smithi131.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-01-21T10:50:28.096 INFO:teuthology.orchestra.run.smithi131.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T10:50:28.096 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:50:28.096 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-01-21T10:50:28.292 DEBUG:teuthology.parallel:result is None 2024-01-21T10:50:28.293 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-21T10:50:28.330 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-21T10:50:28.330 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-21T10:50:28.330 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T10:50:28.348 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-21T10:50:28.348 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_1 2024-01-21T10:50:28.406 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T10:50:28.406 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T10:50:28.406 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 176501 Links: 1 2024-01-21T10:50:28.406 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T10:50:28.406 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T10:50:28.406 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-21 10:50:15.351952007 +0000 2024-01-21T10:50:28.406 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-21 10:49:16.863761139 +0000 2024-01-21T10:50:28.406 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-21 10:49:16.863761139 +0000 2024-01-21T10:50:28.406 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-21T10:50:28.407 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T10:50:28.471 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-21T10:50:28.471 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-21T10:50:28.471 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000258226 s, 2.0 MB/s 2024-01-21T10:50:28.472 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T10:50:28.531 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_2 2024-01-21T10:50:28.588 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T10:50:28.588 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T10:50:28.588 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 177633 Links: 1 2024-01-21T10:50:28.588 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T10:50:28.588 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T10:50:28.589 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-21 10:50:15.351952007 +0000 2024-01-21T10:50:28.589 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-21 10:49:17.206753808 +0000 2024-01-21T10:50:28.589 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-21 10:49:17.206753808 +0000 2024-01-21T10:50:28.589 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-21T10:50:28.589 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T10:50:28.654 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-21T10:50:28.654 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-21T10:50:28.654 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000237131 s, 2.2 MB/s 2024-01-21T10:50:28.655 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T10:50:28.713 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_3 2024-01-21T10:50:28.771 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T10:50:28.771 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T10:50:28.772 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 176641 Links: 1 2024-01-21T10:50:28.772 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T10:50:28.772 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T10:50:28.772 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-21 10:50:15.351952007 +0000 2024-01-21T10:50:28.772 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-21 10:49:17.547746518 +0000 2024-01-21T10:50:28.772 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-21 10:49:17.547746518 +0000 2024-01-21T10:50:28.772 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-21T10:50:28.773 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T10:50:28.837 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-21T10:50:28.837 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-21T10:50:28.837 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000186327 s, 2.7 MB/s 2024-01-21T10:50:28.838 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T10:50:28.895 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_4 2024-01-21T10:50:28.953 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T10:50:28.953 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T10:50:28.953 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 177764 Links: 1 2024-01-21T10:50:28.953 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T10:50:28.953 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T10:50:28.953 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-21 10:50:15.351952007 +0000 2024-01-21T10:50:28.953 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-21 10:49:17.892739144 +0000 2024-01-21T10:50:28.953 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-21 10:49:17.892739144 +0000 2024-01-21T10:50:28.953 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-21T10:50:28.953 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T10:50:29.018 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-21T10:50:29.018 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-21T10:50:29.018 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000294428 s, 1.7 MB/s 2024-01-21T10:50:29.019 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T10:50:29.077 DEBUG:teuthology.orchestra.run.smithi131:> 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-21T10:50:29.197 INFO:teuthology.orchestra.run.smithi131.stdout:loop 2024-01-21T10:50:29.199 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_1... 2024-01-21T10:50:29.199 DEBUG:teuthology.orchestra.run.smithi131:> 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-21T10:50:29.234 INFO:teuthology.orchestra.run.smithi131.stdout:1 2024-01-21T10:50:29.270 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_11 2024-01-21T10:50:29.310 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_2... 2024-01-21T10:50:29.311 DEBUG:teuthology.orchestra.run.smithi131:> 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-21T10:50:29.388 INFO:teuthology.orchestra.run.smithi131.stdout:1 2024-01-21T10:50:29.423 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_21 2024-01-21T10:50:29.462 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_3... 2024-01-21T10:50:29.462 DEBUG:teuthology.orchestra.run.smithi131:> 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-21T10:50:29.538 INFO:teuthology.orchestra.run.smithi131.stdout:1 2024-01-21T10:50:29.573 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_31 2024-01-21T10:50:29.612 INFO:tasks.nvme_loop:Connecting nvme_loop smithi131:/dev/vg_nvme/lv_4... 2024-01-21T10:50:29.612 DEBUG:teuthology.orchestra.run.smithi131:> 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-21T10:50:29.687 INFO:teuthology.orchestra.run.smithi131.stdout:1 2024-01-21T10:50:29.721 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/vg_nvme/lv_41 2024-01-21T10:50:29.760 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-21T10:50:29.760 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T10:50:29.817 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme list 2024-01-21T10:50:29.882 INFO:teuthology.orchestra.run.smithi131.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T10:50:29.882 INFO:teuthology.orchestra.run.smithi131.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T10:50:29.882 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme0n1 CVFT623300N4400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-21T10:50:29.882 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme1n1 72d240019bf731fc106d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T10:50:29.882 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme2n1 0e38189c00da7142f59b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T10:50:29.882 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme3n1 891deebcb7700935cf2f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T10:50:29.882 INFO:teuthology.orchestra.run.smithi131.stdout:/dev/nvme4n1 8712bdeb5f0c638364b6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T10:50:29.883 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T10:50:29.883 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-21T10:50:29.883 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/scratch_devs 2024-01-21T10:50:29.949 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-21T10:50:29.949 DEBUG:teuthology.orchestra.run.smithi187:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T10:50:29.971 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-21T10:50:29.971 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_1 2024-01-21T10:50:30.032 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T10:50:30.032 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T10:50:30.032 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 179530 Links: 1 2024-01-21T10:50:30.032 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T10:50:30.032 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T10:50:30.032 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-21 10:50:16.340701640 +0000 2024-01-21T10:50:30.032 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-21 10:49:14.406153792 +0000 2024-01-21T10:50:30.032 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-21 10:49:14.406153792 +0000 2024-01-21T10:50:30.032 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-21T10:50:30.032 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T10:50:30.103 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-21T10:50:30.104 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-21T10:50:30.104 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000346453 s, 1.5 MB/s 2024-01-21T10:50:30.105 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T10:50:30.167 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_2 2024-01-21T10:50:30.227 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T10:50:30.227 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T10:50:30.227 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 179647 Links: 1 2024-01-21T10:50:30.227 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T10:50:30.227 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T10:50:30.227 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-21 10:50:16.340701640 +0000 2024-01-21T10:50:30.227 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-21 10:49:14.760148154 +0000 2024-01-21T10:50:30.228 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-21 10:49:14.760148154 +0000 2024-01-21T10:50:30.228 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-21T10:50:30.228 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T10:50:30.297 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-21T10:50:30.297 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-21T10:50:30.297 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000223828 s, 2.3 MB/s 2024-01-21T10:50:30.298 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T10:50:30.358 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_3 2024-01-21T10:50:30.416 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T10:50:30.417 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T10:50:30.417 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 177424 Links: 1 2024-01-21T10:50:30.417 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T10:50:30.417 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T10:50:30.417 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-21 10:50:16.340701640 +0000 2024-01-21T10:50:30.417 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-21 10:49:15.122142390 +0000 2024-01-21T10:50:30.417 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-21 10:49:15.122142390 +0000 2024-01-21T10:50:30.417 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-21T10:50:30.417 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T10:50:30.484 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-21T10:50:30.484 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-21T10:50:30.485 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000222745 s, 2.3 MB/s 2024-01-21T10:50:30.486 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T10:50:30.544 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_4 2024-01-21T10:50:30.602 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T10:50:30.602 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T10:50:30.602 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 177476 Links: 1 2024-01-21T10:50:30.602 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T10:50:30.602 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T10:50:30.602 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-21 10:50:16.340701640 +0000 2024-01-21T10:50:30.602 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-21 10:49:15.475136769 +0000 2024-01-21T10:50:30.602 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-21 10:49:15.475136769 +0000 2024-01-21T10:50:30.603 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-21T10:50:30.603 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T10:50:30.668 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-21T10:50:30.668 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-21T10:50:30.668 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000213114 s, 2.4 MB/s 2024-01-21T10:50:30.669 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T10:50:30.727 DEBUG:teuthology.orchestra.run.smithi187:> 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-21T10:50:30.858 INFO:teuthology.orchestra.run.smithi187.stdout:loop 2024-01-21T10:50:30.860 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_1... 2024-01-21T10:50:30.860 DEBUG:teuthology.orchestra.run.smithi187:> 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-21T10:50:30.895 INFO:teuthology.orchestra.run.smithi187.stdout:1 2024-01-21T10:50:30.930 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_11 2024-01-21T10:50:30.970 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_2... 2024-01-21T10:50:30.970 DEBUG:teuthology.orchestra.run.smithi187:> 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-21T10:50:31.052 INFO:teuthology.orchestra.run.smithi187.stdout:1 2024-01-21T10:50:31.087 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_21 2024-01-21T10:50:31.125 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_3... 2024-01-21T10:50:31.126 DEBUG:teuthology.orchestra.run.smithi187:> 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-21T10:50:31.201 INFO:teuthology.orchestra.run.smithi187.stdout:1 2024-01-21T10:50:31.236 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_31 2024-01-21T10:50:31.274 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_4... 2024-01-21T10:50:31.275 DEBUG:teuthology.orchestra.run.smithi187:> 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-21T10:50:31.351 INFO:teuthology.orchestra.run.smithi187.stdout:1 2024-01-21T10:50:31.387 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_41 2024-01-21T10:50:31.426 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-21T10:50:31.426 DEBUG:teuthology.orchestra.run.smithi187:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T10:50:31.483 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme list 2024-01-21T10:50:31.549 INFO:teuthology.orchestra.run.smithi187.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T10:50:31.549 INFO:teuthology.orchestra.run.smithi187.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T10:50:31.549 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme0n1 PHFT620500MW400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-21T10:50:31.549 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme1n1 be90cfe3369c4fbba161 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T10:50:31.549 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme2n1 bf8fe5618589f6f288df Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T10:50:31.549 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme3n1 9aa2d1e9bba2587923eb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T10:50:31.549 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme4n1 50ba276e95baa9fc1f7e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T10:50:31.550 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T10:50:31.550 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-21T10:50:31.550 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/scratch_devs 2024-01-21T10:50:31.616 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-21T10:50:31.687 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': 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec'} 2024-01-21T10:50:31.687 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T10:50:31.688 INFO:tasks.cephadm:Cluster fsid is e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:50:31.688 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-21T10:50:31.688 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-21T10:50:31.688 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi131': '172.21.15.131', 'mon.smithi187': '172.21.15.187'} 2024-01-21T10:50:31.688 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-21T10:50:31.688 DEBUG:teuthology.orchestra.run.smithi131:> sudo hostname $(hostname -s) 2024-01-21T10:50:31.721 DEBUG:teuthology.orchestra.run.smithi187:> sudo hostname $(hostname -s) 2024-01-21T10:50:31.748 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec)... 2024-01-21T10:50:31.749 DEBUG:teuthology.orchestra.run.smithi131:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T10:50:31.902 INFO:teuthology.orchestra.run.smithi131.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 21 10:50 /home/ubuntu/cephtest/cephadm 2024-01-21T10:50:31.903 DEBUG:teuthology.orchestra.run.smithi187:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T10:50:32.040 INFO:teuthology.orchestra.run.smithi187.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 21 10:50 /home/ubuntu/cephtest/cephadm 2024-01-21T10:50:32.041 DEBUG:teuthology.orchestra.run.smithi131:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T10:50:32.062 DEBUG:teuthology.orchestra.run.smithi187:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T10:50:32.088 DEBUG:teuthology.orchestra.run.smithi131:> sudo mkdir -p /etc/ceph 2024-01-21T10:50:32.135 DEBUG:teuthology.orchestra.run.smithi187:> sudo mkdir -p /etc/ceph 2024-01-21T10:50:32.162 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 777 /etc/ceph 2024-01-21T10:50:32.205 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 777 /etc/ceph 2024-01-21T10:50:32.232 INFO:tasks.cephadm:Writing seed config... 2024-01-21T10:50:32.233 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-21T10:50:32.233 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-21T10:50:32.233 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-21T10:50:32.233 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-21T10:50:32.233 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-21T10:50:32.233 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-21T10:50:32.233 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-21T10:50:32.233 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-21T10:50:32.234 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-21T10:50:32.234 DEBUG:teuthology.orchestra.run.smithi131:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-21T10:50:32.264 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 = e5c272d8-b84a-11ee-95b0-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-21T10:50:32.264 DEBUG:teuthology.orchestra.run.smithi131:mon.smithi131> sudo journalctl -f -n 0 -u ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@mon.smithi131.service 2024-01-21T10:50:32.306 INFO:tasks.cephadm:Bootstrapping... 2024-01-21T10:50:32.306 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -v bootstrap --fsid e5c272d8-b84a-11ee-95b0-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.131 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-21T10:50:32.334 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:-- Logs begin at Sun 2024-01-21 10:39:56 UTC. -- 2024-01-21T10:50:32.572 INFO:teuthology.orchestra.run.smithi131.stderr:-------------------------------------------------------------------------------- 2024-01-21T10:50:32.572 INFO:teuthology.orchestra.run.smithi131.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec', '-v', 'bootstrap', '--fsid', 'e5c272d8-b84a-11ee-95b0-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.131', '--skip-admin-label'] 2024-01-21T10:50:34.248 INFO:teuthology.orchestra.run.smithi131.stderr:/bin/podman: 4.6.1 2024-01-21T10:50:34.259 INFO:teuthology.orchestra.run.smithi131.stderr:Verifying podman|docker is present... 2024-01-21T10:50:34.283 INFO:teuthology.orchestra.run.smithi131.stderr:/bin/podman: 4.6.1 2024-01-21T10:50:34.293 INFO:teuthology.orchestra.run.smithi131.stderr:Verifying lvm2 is present... 2024-01-21T10:50:34.293 INFO:teuthology.orchestra.run.smithi131.stderr:Verifying time synchronization is in place... 2024-01-21T10:50:34.301 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T10:50:34.308 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: inactive 2024-01-21T10:50:34.315 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: enabled 2024-01-21T10:50:34.321 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: active 2024-01-21T10:50:34.322 INFO:teuthology.orchestra.run.smithi131.stderr:Unit chronyd.service is enabled and running 2024-01-21T10:50:34.322 INFO:teuthology.orchestra.run.smithi131.stderr:Repeating the final host check... 2024-01-21T10:50:34.344 INFO:teuthology.orchestra.run.smithi131.stderr:/bin/podman: 4.6.1 2024-01-21T10:50:34.356 INFO:teuthology.orchestra.run.smithi131.stderr:podman (/bin/podman) version 4.6.1 is present 2024-01-21T10:50:34.356 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl is present 2024-01-21T10:50:34.356 INFO:teuthology.orchestra.run.smithi131.stderr:lvcreate is present 2024-01-21T10:50:34.362 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T10:50:34.368 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: inactive 2024-01-21T10:50:34.375 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: enabled 2024-01-21T10:50:34.380 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: active 2024-01-21T10:50:34.381 INFO:teuthology.orchestra.run.smithi131.stderr:Unit chronyd.service is enabled and running 2024-01-21T10:50:34.381 INFO:teuthology.orchestra.run.smithi131.stderr:Host looks OK 2024-01-21T10:50:34.381 INFO:teuthology.orchestra.run.smithi131.stderr:Cluster fsid: e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:50:34.382 INFO:teuthology.orchestra.run.smithi131.stderr:Acquiring lock 140471111159936 on /run/cephadm/e5c272d8-b84a-11ee-95b0-87774f69a715.lock 2024-01-21T10:50:34.382 INFO:teuthology.orchestra.run.smithi131.stderr:Lock 140471111159936 acquired on /run/cephadm/e5c272d8-b84a-11ee-95b0-87774f69a715.lock 2024-01-21T10:50:34.382 INFO:teuthology.orchestra.run.smithi131.stderr:Verifying IP 172.21.15.131 port 3300 ... 2024-01-21T10:50:34.383 INFO:teuthology.orchestra.run.smithi131.stderr:Verifying IP 172.21.15.131 port 6789 ... 2024-01-21T10:50:34.383 INFO:teuthology.orchestra.run.smithi131.stderr:Base mon IP(s) is [172.21.15.131:3300, 172.21.15.131:6789], mon addrv is [v2:172.21.15.131:3300,v1:172.21.15.131:6789] 2024-01-21T10:50:34.386 INFO:teuthology.orchestra.run.smithi131.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-21T10:50:34.386 INFO:teuthology.orchestra.run.smithi131.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.131 metric 100 2024-01-21T10:50:34.389 INFO:teuthology.orchestra.run.smithi131.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-21T10:50:34.389 INFO:teuthology.orchestra.run.smithi131.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-01-21T10:50:34.389 INFO:teuthology.orchestra.run.smithi131.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-01-21T10:50:34.391 INFO:teuthology.orchestra.run.smithi131.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-21T10:50:34.391 INFO:teuthology.orchestra.run.smithi131.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-21T10:50:34.392 INFO:teuthology.orchestra.run.smithi131.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T10:50:34.392 INFO:teuthology.orchestra.run.smithi131.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-21T10:50:34.392 INFO:teuthology.orchestra.run.smithi131.stderr:/sbin/ip: inet6 fe80::b0c7:feb8:9ad7:e47e/64 scope link noprefixroute 2024-01-21T10:50:34.392 INFO:teuthology.orchestra.run.smithi131.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T10:50:34.393 INFO:teuthology.orchestra.run.smithi131.stderr:Mon IP `172.21.15.131` is in CIDR network `172.21.0.0/20` 2024-01-21T10:50:34.393 INFO:teuthology.orchestra.run.smithi131.stderr:Mon IP `172.21.15.131` is in CIDR network `172.21.0.0/20` 2024-01-21T10:50:34.393 INFO:teuthology.orchestra.run.smithi131.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-21T10:50:34.393 INFO:teuthology.orchestra.run.smithi131.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-21T10:50:34.394 INFO:teuthology.orchestra.run.smithi131.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec... 2024-01-21T10:50:34.513 INFO:teuthology.orchestra.run.smithi131.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec... 2024-01-21T10:50:34.596 INFO:teuthology.orchestra.run.smithi131.stderr:/bin/podman: Getting image source signatures 2024-01-21T10:50:34.596 INFO:teuthology.orchestra.run.smithi131.stderr:/bin/podman: Copying blob sha256:38ed6fe6bc7105be7e2af5b50b1aa944602eb71b2fce6a9e38dbaeb8ba2b2d64 2024-01-21T10:50:34.596 INFO:teuthology.orchestra.run.smithi131.stderr:/bin/podman: Copying blob sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b 2024-01-21T10:50:57.032 INFO:teuthology.orchestra.run.smithi131.stderr:/bin/podman: Copying config sha256:9b28eb2d7c37a19008711b1b678be1a430e065f20ee023b4f4e779129fc1ff61 2024-01-21T10:50:57.080 INFO:teuthology.orchestra.run.smithi131.stderr:/bin/podman: Writing manifest to image destination 2024-01-21T10:50:57.410 INFO:teuthology.orchestra.run.smithi131.stderr:/bin/podman: 9b28eb2d7c37a19008711b1b678be1a430e065f20ee023b4f4e779129fc1ff61 2024-01-21T10:50:57.935 INFO:teuthology.orchestra.run.smithi131.stderr:ceph: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T10:50:58.306 INFO:teuthology.orchestra.run.smithi131.stderr:Ceph version: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T10:50:58.306 INFO:teuthology.orchestra.run.smithi131.stderr:Extracting ceph user uid/gid from container image... 2024-01-21T10:50:58.589 INFO:teuthology.orchestra.run.smithi131.stderr:stat: 167 167 2024-01-21T10:50:58.935 INFO:teuthology.orchestra.run.smithi131.stderr:Creating initial keys... 2024-01-21T10:50:59.211 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-authtool: AQAT96xl1UMRCxAAXYPE8ckhim4j7JzsBJoQjg== 2024-01-21T10:50:59.760 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-authtool: AQAT96xlfxPJLBAA+UYZ29LD81WQmoEz9KM7kA== 2024-01-21T10:51:00.384 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-authtool: AQAU96xlPqV5ExAAXcMesgvYo61IVNsYJocFYA== 2024-01-21T10:51:00.723 INFO:teuthology.orchestra.run.smithi131.stderr:Creating initial monmap... 2024-01-21T10:51:00.952 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T10:51:00.952 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:51:00.952 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T10:51:01.325 INFO:teuthology.orchestra.run.smithi131.stderr:monmaptool for smithi131 [v2:172.21.15.131:3300,v1:172.21.15.131:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T10:51:01.325 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/monmaptool: set fsid to e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:51:01.325 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T10:51:01.325 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-01-21T10:51:01.325 INFO:teuthology.orchestra.run.smithi131.stderr:Creating mon... 2024-01-21T10:51:01.642 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.608+0000 7fce9b5c5880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T10:51:01.642 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 1 imported monmap: 2024-01-21T10:51:01.642 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: fsid e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: last_changed 2024-01-21T10:51:00.948213+0000 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: created 2024-01-21T10:51:00.948213+0000 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.smithi131 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 0 /usr/bin/ceph-mon: set fsid to e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: DB SUMMARY 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi131/store.db dir, Total Num: 0, files: 2024-01-21T10:51:01.643 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi131/store.db: 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.create_if_missing: 1 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.env: 0x55f00c9d9080 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.fs: Posix File System 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.info_log: 0x55f00ddb3380 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.statistics: (nil) 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.use_fsync: 0 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T10:51:01.644 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.db_log_dir: 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi131/store.db 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T10:51:01.645 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.write_buffer_manager: 0x55f00ddb9980 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.unordered_write: 0 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T10:51:01.646 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.row_cache: None 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.wal_filter: None 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T10:51:01.647 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T10:51:01.648 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T10:51:01.648 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T10:51:01.648 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T10:51:01.648 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T10:51:01.648 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T10:51:01.648 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T10:51:01.648 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T10:51:01.648 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.max_open_files: -1 2024-01-21T10:51:01.648 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T10:51:01.648 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T10:51:01.648 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T10:51:01.648 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T10:51:01.648 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Compression algorithms supported: 2024-01-21T10:51:01.648 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: kZSTD supported: 0 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.609+0000 7fce9b5c5880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.610+0000 7fce9b5c5880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.610+0000 7fce9b5c5880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi131/store.db/MANIFEST-000001 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.610+0000 7fce9b5c5880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.610+0000 7fce9b5c5880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T10:51:01.649 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.610+0000 7fce9b5c5880 4 rocksdb: Options.merge_operator: 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.610+0000 7fce9b5c5880 4 rocksdb: Options.compaction_filter: None 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.610+0000 7fce9b5c5880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.610+0000 7fce9b5c5880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.610+0000 7fce9b5c5880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.610+0000 7fce9b5c5880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f00dcc9d30) 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-21T10:51:01.650 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: block_cache: 0x55f00dcfed10 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-21T10:51:01.651 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T10:51:01.652 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-21T10:51:01.652 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-21T10:51:01.652 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-21T10:51:01.652 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-21T10:51:01.652 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-21T10:51:01.652 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-21T10:51:01.652 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.652 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T10:51:01.652 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T10:51:01.652 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compression: NoCompression 2024-01-21T10:51:01.652 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T10:51:01.652 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T10:51:01.652 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T10:51:01.652 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.num_levels: 7 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T10:51:01.653 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T10:51:01.654 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T10:51:01.655 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T10:51:01.656 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T10:51:01.656 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T10:51:01.656 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T10:51:01.656 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T10:51:01.656 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T10:51:01.656 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T10:51:01.656 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T10:51:01.656 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T10:51:01.656 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T10:51:01.656 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T10:51:01.656 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T10:51:01.656 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.ttl: 2592000 2024-01-21T10:51:01.656 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T10:51:01.656 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi131/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-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.611+0000 7fce9b5c5880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.612+0000 7fce9b5c5880 4 rocksdb: DB pointer 0x55f00ddc7800 2024-01-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.612+0000 7fce84438700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.612+0000 7fce84438700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.657 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T10:51:01.658 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:51:01.659 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:51:01.660 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T10:51:01.660 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T10:51:01.660 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T10:51:01.660 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T10:51:01.660 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T10:51:01.660 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.660 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.660 INFO:teuthology.orchestra.run.smithi131.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-21T10:51:01.660 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.660 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T10:51:01.660 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: 2024-01-21T10:51:01.660 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.613+0000 7fce9b5c5880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-21T10:51:01.660 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.613+0000 7fce9b5c5880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-21T10:51:01.660 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph-mon: debug 2024-01-21T10:51:01.613+0000 7fce9b5c5880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi131 for mon.smithi131 2024-01-21T10:51:01.960 INFO:teuthology.orchestra.run.smithi131.stderr:create mon.smithi131 on 2024-01-21T10:51:02.072 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-21T10:51:02.172 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e5c272d8-b84a-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-e5c272d8-b84a-11ee-95b0-87774f69a715.target. 2024-01-21T10:51:02.172 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-e5c272d8-b84a-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-e5c272d8-b84a-11ee-95b0-87774f69a715.target. 2024-01-21T10:51:02.376 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: Failed to reset failed state of unit ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@mon.smithi131.service: Unit ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@mon.smithi131.service not loaded. 2024-01-21T10:51:02.383 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e5c272d8-b84a-11ee-95b0-87774f69a715.target.wants/ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@mon.smithi131.service → /etc/systemd/system/ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@.service. 2024-01-21T10:51:02.840 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: disabled 2024-01-21T10:51:02.848 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: inactive 2024-01-21T10:51:02.848 INFO:teuthology.orchestra.run.smithi131.stderr:firewalld.service is not enabled 2024-01-21T10:51:02.848 INFO:teuthology.orchestra.run.smithi131.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T10:51:02.849 INFO:teuthology.orchestra.run.smithi131.stderr:Waiting for mon to start... 2024-01-21T10:51:02.849 INFO:teuthology.orchestra.run.smithi131.stderr:Waiting for mon... 2024-01-21T10:51:03.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32263]: cluster 2024-01-21T10:51:02.843373+0000 mon.smithi131 (mon.0) 1 : cluster [INF] mon.smithi131 is new leader, mons smithi131 in quorum (ranks 0) 2024-01-21T10:51:03.306 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: cluster: 2024-01-21T10:51:03.307 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: id: e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:51:03.307 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-21T10:51:03.307 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 2024-01-21T10:51:03.307 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: services: 2024-01-21T10:51:03.307 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi131 (age 0.444355s) 2024-01-21T10:51:03.307 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-21T10:51:03.307 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-21T10:51:03.307 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 2024-01-21T10:51:03.307 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: data: 2024-01-21T10:51:03.307 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-21T10:51:03.307 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-21T10:51:03.307 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-21T10:51:03.307 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: pgs: 2024-01-21T10:51:03.308 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 2024-01-21T10:51:03.645 INFO:teuthology.orchestra.run.smithi131.stderr:mon is available 2024-01-21T10:51:03.646 INFO:teuthology.orchestra.run.smithi131.stderr:Assimilating anything we can from ceph.conf... 2024-01-21T10:51:04.047 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 2024-01-21T10:51:04.047 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: [global] 2024-01-21T10:51:04.047 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: fsid = e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:51:04.047 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.131:3300,v1:172.21.15.131:6789] 2024-01-21T10:51:04.047 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T10:51:04.047 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T10:51:04.047 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T10:51:04.047 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T10:51:04.047 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 2024-01-21T10:51:04.047 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: [mgr] 2024-01-21T10:51:04.047 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T10:51:04.047 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 2024-01-21T10:51:04.047 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: [osd] 2024-01-21T10:51:04.048 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T10:51:04.048 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T10:51:04.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32263]: cluster 2024-01-21T10:51:02.861001+0000 mon.smithi131 (mon.0) 2 : cluster [INF] mon.smithi131 is new leader, mons smithi131 in quorum (ranks 0) 2024-01-21T10:51:04.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32263]: cluster 2024-01-21T10:51:02.861253+0000 mon.smithi131 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi131=[v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0]} removed_ranks: {} 2024-01-21T10:51:04.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32263]: cluster 2024-01-21T10:51:02.875584+0000 mon.smithi131 (mon.0) 4 : cluster [DBG] fsmap 2024-01-21T10:51:04.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32263]: cluster 2024-01-21T10:51:02.878562+0000 mon.smithi131 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T10:51:04.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32263]: cluster 2024-01-21T10:51:02.878990+0000 mon.smithi131 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T10:51:04.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32263]: audit 2024-01-21T10:51:03.305308+0000 mon.smithi131 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.131:0/2784893068' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-21T10:51:04.420 INFO:teuthology.orchestra.run.smithi131.stderr:Generating new minimal ceph.conf... 2024-01-21T10:51:05.171 INFO:teuthology.orchestra.run.smithi131.stderr:Restarting the monitor... 2024-01-21T10:51:05.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32263]: audit 2024-01-21T10:51:04.042306+0000 mon.smithi131 (mon.0) 8 : audit [INF] from='client.? 172.21.15.131:0/2631866717' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T10:51:05.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32263]: audit 2024-01-21T10:51:04.044968+0000 mon.smithi131 (mon.0) 9 : audit [INF] from='client.? 172.21.15.131:0/2631866717' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T10:51:05.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32263]: audit 2024-01-21T10:51:04.825502+0000 mon.smithi131 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.131:0/369724893' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:51:05.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:05 smithi131 systemd[1]: Stopping Ceph mon.smithi131 for e5c272d8-b84a-11ee-95b0-87774f69a715... 2024-01-21T10:51:05.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:05 smithi131 bash[32586]: Error: no container with name or ID "ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon.smithi131" found: no such container 2024-01-21T10:51:05.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32263]: debug 2024-01-21T10:51:05.388+0000 7fc6166e7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi131 -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-21T10:51:05.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32263]: debug 2024-01-21T10:51:05.388+0000 7fc6166e7700 -1 mon.smithi131@0(leader) e1 *** Got Signal Terminated *** 2024-01-21T10:51:05.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:05 smithi131 bash[32624]: ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131 2024-01-21T10:51:06.258 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:05 smithi131 systemd[1]: ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@mon.smithi131.service: Succeeded. 2024-01-21T10:51:06.258 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:05 smithi131 systemd[1]: Stopped Ceph mon.smithi131 for e5c272d8-b84a-11ee-95b0-87774f69a715. 2024-01-21T10:51:06.258 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:05 smithi131 systemd[1]: Starting Ceph mon.smithi131 for e5c272d8-b84a-11ee-95b0-87774f69a715... 2024-01-21T10:51:06.314 INFO:teuthology.orchestra.run.smithi131.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-21T10:51:06.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.307+0000 7f75d3cb8880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T10:51:06.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.307+0000 7f75d3cb8880 0 ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable), process ceph-mon, pid 7 2024-01-21T10:51:06.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 bash[32744]: bc01dcf38cb0dc97fdc997958e5d69d3c054e50979e4d77ffe96c2e5125f3a21 2024-01-21T10:51:06.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.307+0000 7f75d3cb8880 0 pidfile_write: ignore empty --pid-file 2024-01-21T10:51:06.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 systemd[1]: Started Ceph mon.smithi131 for e5c272d8-b84a-11ee-95b0-87774f69a715. 2024-01-21T10:51:06.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.313+0000 7f75d3cb8880 0 load: jerasure load: lrc load: isa 2024-01-21T10:51:06.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.313+0000 7f75d3cb8880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T10:51:06.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.313+0000 7f75d3cb8880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T10:51:06.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.313+0000 7f75d3cb8880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.313+0000 7f75d3cb8880 4 rocksdb: DB SUMMARY 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.313+0000 7f75d3cb8880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.313+0000 7f75d3cb8880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi131/store.db dir, Total Num: 1, files: 000004.sst 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi131/store.db: 000006.log size: 81744 ; 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T10:51:06.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.env: 0x55b8c4392080 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.fs: Posix File System 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.info_log: 0x55b8c58bfd20 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.statistics: (nil) 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.use_fsync: 0 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T10:51:06.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.db_log_dir: 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi131/store.db 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T10:51:06.680 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.write_buffer_manager: 0x55b8c65bc420 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.unordered_write: 0 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.row_cache: None 2024-01-21T10:51:06.681 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.wal_filter: None 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T10:51:06.682 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T10:51:06.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T10:51:06.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T10:51:06.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T10:51:06.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T10:51:06.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T10:51:06.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T10:51:06.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_open_files: -1 2024-01-21T10:51:06.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T10:51:06.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T10:51:06.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T10:51:06.684 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Compression algorithms supported: 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: kZSTD supported: 0 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi131/store.db/MANIFEST-000005 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T10:51:06.685 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.merge_operator: 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compaction_filter: None 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b8c586fd28) 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cache_index_and_filter_blocks: 1 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: pin_top_level_index_and_filter: 1 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: index_type: 0 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: data_block_index_type: 0 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: index_shortening: 1 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: hash_index_allow_collision: 1 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: checksum: 1 2024-01-21T10:51:06.686 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: no_block_cache: 0 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: block_cache: 0x55b8c58a4f10 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: block_cache_name: BinnedLRUCache 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: block_cache_options: 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: capacity : 536870912 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: num_shard_bits : 4 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: strict_capacity_limit : 0 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: high_pri_pool_ratio: 0.000 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: block_cache_compressed: (nil) 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: persistent_cache: (nil) 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: block_size: 4096 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: block_size_deviation: 10 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: block_restart_interval: 16 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: index_block_restart_interval: 1 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: metadata_block_size: 4096 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: partition_filters: 0 2024-01-21T10:51:06.687 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: use_delta_encoding: 1 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: whole_key_filtering: 1 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: verify_compression: 0 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: read_amp_bytes_per_bit: 0 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: format_version: 2 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: enable_index_compression: 1 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: block_align: 0 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compression: NoCompression 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T10:51:06.688 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.num_levels: 7 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T10:51:06.689 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T10:51:06.690 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T10:51:06.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T10:51:06.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T10:51:06.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T10:51:06.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T10:51:06.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T10:51:06.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T10:51:06.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T10:51:06.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T10:51:06.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T10:51:06.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T10:51:06.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T10:51:06.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T10:51:06.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T10:51:06.691 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T10:51:06.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T10:51:06.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T10:51:06.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T10:51:06.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T10:51:06.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T10:51:06.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T10:51:06.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T10:51:06.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T10:51:06.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T10:51:06.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T10:51:06.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T10:51:06.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T10:51:06.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T10:51:06.692 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T10:51:06.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.ttl: 2592000 2024-01-21T10:51:06.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T10:51:06.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.314+0000 7f75d3cb8880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi131/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-21T10:51:06.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.315+0000 7f75d3cb8880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-21T10:51:06.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.315+0000 7f75d3cb8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705834266316682, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-21T10:51:06.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.315+0000 7f75d3cb8880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-21T10:51:06.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.315+0000 7f75d3cb8880 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-21T10:51:06.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.316+0000 7f75d3cb8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705834266317886, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78747, "table_properties": {"data_size": 77041, "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": 71611, "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": 1705834266, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T10:51:06.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.316+0000 7f75d3cb8880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-21T10:51:06.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.316+0000 7f75d3cb8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705834266318453, "job": 1, "event": "recovery_finished"} 2024-01-21T10:51:06.693 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.317+0000 7f75d3cb8880 4 rocksdb: DB pointer 0x55b8c596d800 2024-01-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.318+0000 7f75baaaa700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.318+0000 7f75baaaa700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: ** DB Stats ** 2024-01-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: ** Compaction Stats [default] ** 2024-01-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: L0 2/0 78.59 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.1 0.00 0.00 1 0.001 0 0 2024-01-21T10:51:06.694 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Sum 2/0 78.59 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.1 0.00 0.00 1 0.001 0 0 2024-01-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.1 0.00 0.00 1 0.001 0 0 2024-01-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: ** Compaction Stats [default] ** 2024-01-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 95.1 0.00 0.00 1 0.001 0 0 2024-01-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Cumulative compaction: 0.00 GB write, 19.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Interval compaction: 0.00 GB write, 19.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T10:51:06.695 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T10:51:06.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: ** Compaction Stats [default] ** 2024-01-21T10:51:06.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T10:51:06.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:51:06.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: L0 2/0 78.59 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.1 0.00 0.00 1 0.001 0 0 2024-01-21T10:51:06.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Sum 2/0 78.59 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.1 0.00 0.00 1 0.001 0 0 2024-01-21T10:51:06.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T10:51:06.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: ** Compaction Stats [default] ** 2024-01-21T10:51:06.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T10:51:06.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:51:06.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 95.1 0.00 0.00 1 0.001 0 0 2024-01-21T10:51:06.696 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Cumulative compaction: 0.00 GB write, 19.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.318+0000 7f75d3cb8880 0 starting mon.smithi131 rank 0 at public addrs [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] at bind addrs [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi131 fsid e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.320+0000 7f75d3cb8880 1 mon.smithi131@-1(???) e1 preinit fsid e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.320+0000 7f75d3cb8880 0 mon.smithi131@-1(???).mds e1 new map 2024-01-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.320+0000 7f75d3cb8880 0 mon.smithi131@-1(???).mds e1 print_map 2024-01-21T10:51:06.697 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: e1 2024-01-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: legacy client fscid: -1 2024-01-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: No filesystems configured 2024-01-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 2024-01-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.320+0000 7f75d3cb8880 0 mon.smithi131@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.320+0000 7f75d3cb8880 0 mon.smithi131@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.320+0000 7f75d3cb8880 0 mon.smithi131@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.321+0000 7f75d3cb8880 0 mon.smithi131@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:04.042306+0000 mon.smithi131 (mon.0) 8 : audit [INF] from='client.? 172.21.15.131:0/2631866717' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:04.044968+0000 mon.smithi131 (mon.0) 9 : audit [INF] from='client.? 172.21.15.131:0/2631866717' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:04.825502+0000 mon.smithi131 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.131:0/369724893' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T10:51:06.321+0000 7f75d3cb8880 1 mon.smithi131@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-21T10:51:06.698 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:06.339277+0000 mon.smithi131 (mon.0) 1 : cluster [INF] mon.smithi131 is new leader, mons smithi131 in quorum (ranks 0) 2024-01-21T10:51:06.699 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:06.339381+0000 mon.smithi131 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi131=[v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0]} removed_ranks: {} 2024-01-21T10:51:06.699 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:06.339820+0000 mon.smithi131 (mon.0) 3 : cluster [DBG] fsmap 2024-01-21T10:51:06.699 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:06.339860+0000 mon.smithi131 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T10:51:06.699 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:06.340308+0000 mon.smithi131 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T10:51:07.095 INFO:teuthology.orchestra.run.smithi131.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-21T10:51:07.096 INFO:teuthology.orchestra.run.smithi131.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-21T10:51:07.096 INFO:teuthology.orchestra.run.smithi131.stderr:Creating mgr... 2024-01-21T10:51:07.096 INFO:teuthology.orchestra.run.smithi131.stderr:Verifying port 9283 ... 2024-01-21T10:51:07.225 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: Failed to reset failed state of unit ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@mgr.smithi131.icwxxw.service: Unit ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@mgr.smithi131.icwxxw.service not loaded. 2024-01-21T10:51:07.231 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: Created symlink /etc/systemd/system/ceph-e5c272d8-b84a-11ee-95b0-87774f69a715.target.wants/ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@mgr.smithi131.icwxxw.service → /etc/systemd/system/ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@.service. 2024-01-21T10:51:07.755 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: disabled 2024-01-21T10:51:07.762 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: inactive 2024-01-21T10:51:07.762 INFO:teuthology.orchestra.run.smithi131.stderr:firewalld.service is not enabled 2024-01-21T10:51:07.762 INFO:teuthology.orchestra.run.smithi131.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T10:51:07.770 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: disabled 2024-01-21T10:51:07.777 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: inactive 2024-01-21T10:51:07.778 INFO:teuthology.orchestra.run.smithi131.stderr:firewalld.service is not enabled 2024-01-21T10:51:07.778 INFO:teuthology.orchestra.run.smithi131.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-21T10:51:07.778 INFO:teuthology.orchestra.run.smithi131.stderr:Waiting for mgr to start... 2024-01-21T10:51:07.778 INFO:teuthology.orchestra.run.smithi131.stderr:Waiting for mgr... 2024-01-21T10:51:08.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:06.729872+0000 mon.smithi131 (mon.0) 6 : audit [INF] from='client.? 172.21.15.131:0/2709985301' entity='client.admin' 2024-01-21T10:51:08.334 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 2024-01-21T10:51:08.334 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: { 2024-01-21T10:51:08.334 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "fsid": "e5c272d8-b84a-11ee-95b0-87774f69a715", 2024-01-21T10:51:08.334 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "health": { 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 0 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: ], 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "smithi131" 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: ], 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:51:08.335 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T10:51:08.336 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T10:51:08.336 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:08.336 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T10:51:08.336 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:51:08.336 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T10:51:08.336 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T10:51:08.336 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T10:51:08.339 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T10:51:08.340 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T10:51:08.340 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T10:51:08.340 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:08.340 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T10:51:08.340 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T10:51:08.340 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T10:51:08.340 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T10:51:08.340 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T10:51:08.340 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T10:51:08.340 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T10:51:08.340 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T10:51:08.340 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T10:51:08.340 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "available": false, 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "iostat", 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "nfs", 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "restful" 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: ], 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "services": {} 2024-01-21T10:51:08.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:08.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T10:51:08.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:51:08.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "modified": "2024-01-21T10:51:02.873920+0000", 2024-01-21T10:51:08.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "services": {} 2024-01-21T10:51:08.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:08.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T10:51:08.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: } 2024-01-21T10:51:08.641 INFO:teuthology.orchestra.run.smithi131.stderr:mgr not available, waiting (1/15)... 2024-01-21T10:51:08.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:08.332119+0000 mon.smithi131 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.131:0/1980942816' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T10:51:11.980 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 2024-01-21T10:51:11.980 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: { 2024-01-21T10:51:11.980 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "fsid": "e5c272d8-b84a-11ee-95b0-87774f69a715", 2024-01-21T10:51:11.980 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "health": { 2024-01-21T10:51:11.980 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T10:51:11.980 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T10:51:11.980 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T10:51:11.980 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:11.980 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 0 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: ], 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "smithi131" 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: ], 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:51:11.981 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T10:51:11.982 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T10:51:11.982 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T10:51:11.985 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T10:51:11.985 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T10:51:11.985 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T10:51:11.985 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:11.985 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T10:51:11.985 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T10:51:11.985 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T10:51:11.985 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T10:51:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T10:51:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T10:51:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T10:51:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T10:51:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T10:51:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T10:51:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:51:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T10:51:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T10:51:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T10:51:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "available": false, 2024-01-21T10:51:11.986 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T10:51:11.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T10:51:11.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "iostat", 2024-01-21T10:51:11.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "nfs", 2024-01-21T10:51:11.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "restful" 2024-01-21T10:51:11.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: ], 2024-01-21T10:51:11.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "services": {} 2024-01-21T10:51:11.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:11.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T10:51:11.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:51:11.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "modified": "2024-01-21T10:51:02.873920+0000", 2024-01-21T10:51:11.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "services": {} 2024-01-21T10:51:11.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:11.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T10:51:11.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: } 2024-01-21T10:51:12.559 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:11.977691+0000 mon.smithi131 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.131:0/3480139317' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T10:51:12.769 INFO:teuthology.orchestra.run.smithi131.stderr:mgr not available, waiting (2/15)... 2024-01-21T10:51:13.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:13.103670+0000 mon.smithi131 (mon.0) 9 : cluster [INF] Activating manager daemon smithi131.icwxxw 2024-01-21T10:51:13.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:13.106254+0000 mon.smithi131 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi131.icwxxw(active, starting, since 0.00268227s) 2024-01-21T10:51:13.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:13.107117+0000 mon.smithi131 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.131:0/1336238620' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T10:51:13.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:13.107317+0000 mon.smithi131 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.131:0/1336238620' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T10:51:13.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:13.107448+0000 mon.smithi131 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.131:0/1336238620' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T10:51:13.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:13.107586+0000 mon.smithi131 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.131:0/1336238620' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-21T10:51:13.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:13.107947+0000 mon.smithi131 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.131:0/1336238620' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mgr metadata", "who": "smithi131.icwxxw", "id": "smithi131.icwxxw"}]: dispatch 2024-01-21T10:51:13.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:13.121081+0000 mon.smithi131 (mon.0) 16 : cluster [INF] Manager daemon smithi131.icwxxw is now available 2024-01-21T10:51:13.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:13.133947+0000 mon.smithi131 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.131:0/1336238620' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:13.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:13.135867+0000 mon.smithi131 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.131:0/1336238620' entity='mgr.smithi131.icwxxw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.icwxxw/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:51:13.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:13.138039+0000 mon.smithi131 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.131:0/1336238620' entity='mgr.smithi131.icwxxw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.icwxxw/trash_purge_schedule"}]: dispatch 2024-01-21T10:51:13.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:13.143245+0000 mon.smithi131 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.131:0/1336238620' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:13.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:13.148180+0000 mon.smithi131 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.131:0/1336238620' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:15.178 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:14.109246+0000 mon.smithi131 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi131.icwxxw(active, since 1.00567s) 2024-01-21T10:51:15.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 2024-01-21T10:51:15.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: { 2024-01-21T10:51:15.341 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "fsid": "e5c272d8-b84a-11ee-95b0-87774f69a715", 2024-01-21T10:51:15.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "health": { 2024-01-21T10:51:15.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T10:51:15.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T10:51:15.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T10:51:15.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:15.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T10:51:15.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T10:51:15.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 0 2024-01-21T10:51:15.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: ], 2024-01-21T10:51:15.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T10:51:15.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "smithi131" 2024-01-21T10:51:15.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: ], 2024-01-21T10:51:15.342 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-21T10:51:15.343 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T10:51:15.343 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:51:15.343 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T10:51:15.343 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T10:51:15.343 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:15.343 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T10:51:15.343 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:51:15.343 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T10:51:15.343 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T10:51:15.343 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T10:51:15.343 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T10:51:15.343 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T10:51:15.343 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T10:51:15.343 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:15.344 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T10:51:15.344 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T10:51:15.344 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T10:51:15.344 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T10:51:15.344 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T10:51:15.344 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T10:51:15.344 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T10:51:15.344 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T10:51:15.344 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T10:51:15.344 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:15.344 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T10:51:15.344 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:51:15.344 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T10:51:15.344 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "available": true, 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "iostat", 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "nfs", 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "restful" 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: ], 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "services": {} 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "modified": "2024-01-21T10:51:02.873920+0000", 2024-01-21T10:51:15.345 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "services": {} 2024-01-21T10:51:15.346 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: }, 2024-01-21T10:51:15.346 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T10:51:15.346 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: } 2024-01-21T10:51:15.669 INFO:teuthology.orchestra.run.smithi131.stderr:mgr is available 2024-01-21T10:51:16.161 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 2024-01-21T10:51:16.162 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: [global] 2024-01-21T10:51:16.162 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: fsid = e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:51:16.162 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T10:51:16.162 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T10:51:16.162 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T10:51:16.162 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T10:51:16.162 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 2024-01-21T10:51:16.162 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: [mgr] 2024-01-21T10:51:16.162 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T10:51:16.162 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 2024-01-21T10:51:16.162 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: [osd] 2024-01-21T10:51:16.162 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T10:51:16.162 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T10:51:16.384 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:15.335889+0000 mon.smithi131 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.131:0/1226227992' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T10:51:16.534 INFO:teuthology.orchestra.run.smithi131.stderr:Enabling cephadm module... 2024-01-21T10:51:17.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:16.109171+0000 mon.smithi131 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi131.icwxxw(active, since 3s) 2024-01-21T10:51:17.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:16.160166+0000 mon.smithi131 (mon.0) 25 : audit [INF] from='client.? 172.21.15.131:0/957478695' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T10:51:18.412 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:17.117668+0000 mon.smithi131 (mon.0) 26 : audit [INF] from='client.? 172.21.15.131:0/4008640651' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-21T10:51:19.035 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: { 2024-01-21T10:51:19.035 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-21T10:51:19.035 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "available": true, 2024-01-21T10:51:19.035 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "active_name": "smithi131.icwxxw", 2024-01-21T10:51:19.035 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T10:51:19.035 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: } 2024-01-21T10:51:19.393 INFO:teuthology.orchestra.run.smithi131.stderr:Waiting for the mgr to restart... 2024-01-21T10:51:19.393 INFO:teuthology.orchestra.run.smithi131.stderr:Waiting for mgr epoch 5... 2024-01-21T10:51:19.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:18.115912+0000 mon.smithi131 (mon.0) 27 : audit [INF] from='client.? 172.21.15.131:0/4008640651' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-21T10:51:19.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:18.115965+0000 mon.smithi131 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi131.icwxxw(active, since 5s) 2024-01-21T10:51:19.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:19.034717+0000 mon.smithi131 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.131:0/851926592' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T10:51:23.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:23.437482+0000 mon.smithi131 (mon.0) 30 : cluster [INF] Active manager daemon smithi131.icwxxw restarted 2024-01-21T10:51:23.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:23.437705+0000 mon.smithi131 (mon.0) 31 : cluster [INF] Activating manager daemon smithi131.icwxxw 2024-01-21T10:51:23.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:23.440399+0000 mon.smithi131 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-21T10:51:23.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:23.440494+0000 mon.smithi131 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi131.icwxxw(active, starting, since 0.0028711s) 2024-01-21T10:51:23.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:23.441362+0000 mon.smithi131 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-21T10:51:23.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:23.441953+0000 mon.smithi131 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mgr metadata", "who": "smithi131.icwxxw", "id": "smithi131.icwxxw"}]: dispatch 2024-01-21T10:51:23.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:23.442621+0000 mon.smithi131 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T10:51:23.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:23.442841+0000 mon.smithi131 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T10:51:23.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:23.443074+0000 mon.smithi131 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T10:51:23.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:23.457175+0000 mon.smithi131 (mon.0) 39 : cluster [INF] Manager daemon smithi131.icwxxw is now available 2024-01-21T10:51:23.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:23.468935+0000 mon.smithi131 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:24.449 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: { 2024-01-21T10:51:24.450 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-21T10:51:24.450 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T10:51:24.450 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: } 2024-01-21T10:51:24.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:51:23.466379+0000 mgr.smithi131.icwxxw (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-21T10:51:24.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:23.553569+0000 mon.smithi131 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:24.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:23.554589+0000 mon.smithi131 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:51:24.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:23.555890+0000 mon.smithi131 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:51:24.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:23.557985+0000 mon.smithi131 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:51:24.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:23.571586+0000 mon.smithi131 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.icwxxw/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:51:24.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:23.574182+0000 mon.smithi131 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.icwxxw/trash_purge_schedule"}]: dispatch 2024-01-21T10:51:24.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:24.443059+0000 mon.smithi131 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi131.icwxxw(active, since 1.00543s) 2024-01-21T10:51:25.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:24.442526+0000 mgr.smithi131.icwxxw (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T10:51:25.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:24.449302+0000 mgr.smithi131.icwxxw (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T10:51:25.747 INFO:teuthology.orchestra.run.smithi131.stderr:mgr epoch 5 is available 2024-01-21T10:51:25.747 INFO:teuthology.orchestra.run.smithi131.stderr:Setting orchestrator backend to cephadm... 2024-01-21T10:51:26.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:25.557992+0000 mon.smithi131 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi131.icwxxw(active, since 2s) 2024-01-21T10:51:28.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:27.067383+0000 mgr.smithi131.icwxxw (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-21T10:51:28.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:27.071168+0000 mon.smithi131 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:28.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:27.084224+0000 mon.smithi131 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:51:30.165 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: value unchanged 2024-01-21T10:51:30.942 INFO:teuthology.orchestra.run.smithi131.stderr:Generating ssh key... 2024-01-21T10:51:31.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:30.164950+0000 mgr.smithi131.icwxxw (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:51:32.664 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2gSfaQ3CMZpcUPV8gRwpOBwpONsL8g2a2+pXD4o0XR5ct1iwr8t3AowidUHV8UnwCZrRSP8uOV6kdwkv6yuHBI2PjGbLoyPIFO2rKzUF36XfHuPDj6A0jvdP9uzKEC7RN5l/iXuE2O5hhi7qNVF5doCdzRCw8g8ApEBH8zU70Dgs1ko1GQcyEYIdca2K3ZY0fx/O+HmjVMIqvBIvP43R84maWGLBzoscR+cTvLqH5+gVCaEClZ2R6UFfxQMbx55vwaoW1SHOpdTAqDT6a1/5dUCbjR9uTkvM3sQyQ7sTOtWcM/d/aS82V1IxOCxMg19YlZVkINEW//RvqE9nhNjAXLdjsDIW7t798cV2975KtlQkySbuR0B5KZixX/aMV2d/rVSw8fBqlCGCTLLhrV4Khe4sxzIQ3x/koPqcVdaXCysSHtG3u5AbaZKWiKG++oLU61iKeRMjWeCFc8ygwIeVyZ/J1IDkjtvtAWRY6Am3DRwNKByCYbDBknhGjRngYFC0= ceph-e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:51:32.968 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:31.442297+0000 mgr.smithi131.icwxxw (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:51:32.968 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:51:31.442527+0000 mgr.smithi131.icwxxw (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-21T10:51:32.968 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:31.807638+0000 mon.smithi131 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:32.968 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:31.809340+0000 mon.smithi131 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:33.000 INFO:teuthology.orchestra.run.smithi131.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-21T10:51:33.000 INFO:teuthology.orchestra.run.smithi131.stderr:Adding key to root@localhost authorized_keys... 2024-01-21T10:51:33.001 INFO:teuthology.orchestra.run.smithi131.stderr:Adding host smithi131... 2024-01-21T10:51:34.107 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: Added host 'smithi131' with addr '172.21.15.131' 2024-01-21T10:51:34.129 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:32.664453+0000 mgr.smithi131.icwxxw (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:51:34.405 INFO:teuthology.orchestra.run.smithi131.stderr:Deploying mon service with default placement... 2024-01-21T10:51:34.987 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-21T10:51:35.276 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:33.496004+0000 mgr.smithi131.icwxxw (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi131", "addr": "172.21.15.131", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:51:35.276 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:34.105873+0000 mon.smithi131 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:35.276 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:51:34.106137+0000 mgr.smithi131.icwxxw (mgr.14116) 10 : cephadm [INF] Added host smithi131 2024-01-21T10:51:35.276 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:34.118850+0000 mon.smithi131 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:51:35.276 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:34.986917+0000 mon.smithi131 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:35.408 INFO:teuthology.orchestra.run.smithi131.stderr:Deploying mgr service with default placement... 2024-01-21T10:51:36.122 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-21T10:51:36.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:34.983489+0000 mgr.smithi131.icwxxw (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:51:36.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:51:34.984534+0000 mgr.smithi131.icwxxw (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-21T10:51:36.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:35.883925+0000 mon.smithi131 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:36.457 INFO:teuthology.orchestra.run.smithi131.stderr:Deploying crash service with default placement... 2024-01-21T10:51:36.982 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-21T10:51:37.322 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:36.115088+0000 mgr.smithi131.icwxxw (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:51:37.322 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:51:36.115976+0000 mgr.smithi131.icwxxw (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-21T10:51:37.322 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:36.121203+0000 mon.smithi131 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:37.323 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:36.126330+0000 mon.smithi131 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:37.323 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:36.982368+0000 mon.smithi131 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:37.540 INFO:teuthology.orchestra.run.smithi131.stderr:Deploying prometheus service with default placement... 2024-01-21T10:51:38.113 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-21T10:51:38.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:36.978264+0000 mgr.smithi131.icwxxw (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:51:38.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:51:36.979194+0000 mgr.smithi131.icwxxw (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-21T10:51:38.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:37.212260+0000 mon.smithi131 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:38.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:38.112734+0000 mon.smithi131 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:38.623 INFO:teuthology.orchestra.run.smithi131.stderr:Deploying grafana service with default placement... 2024-01-21T10:51:39.133 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-21T10:51:39.383 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:38.109624+0000 mgr.smithi131.icwxxw (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:51:39.384 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:51:38.110497+0000 mgr.smithi131.icwxxw (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-21T10:51:39.490 INFO:teuthology.orchestra.run.smithi131.stderr:Deploying node-exporter service with default placement... 2024-01-21T10:51:40.026 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-21T10:51:40.367 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:39.130400+0000 mgr.smithi131.icwxxw (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:51:40.367 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:51:39.131219+0000 mgr.smithi131.icwxxw (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-21T10:51:40.367 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:39.133148+0000 mon.smithi131 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:40.367 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:40.026413+0000 mon.smithi131 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:40.407 INFO:teuthology.orchestra.run.smithi131.stderr:Deploying alertmanager service with default placement... 2024-01-21T10:51:40.952 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-21T10:51:41.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:40.023277+0000 mgr.smithi131.icwxxw (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-21T10:51:41.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:51:40.024151+0000 mgr.smithi131.icwxxw (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-21T10:51:41.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:40.952201+0000 mon.smithi131 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.131:0/1026000919' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:40.949190+0000 mgr.smithi131.icwxxw (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:51:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:51:40.950039+0000 mgr.smithi131.icwxxw (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-21T10:51:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:41.833478+0000 mon.smithi131 (mon.0) 65 : audit [INF] from='client.? 172.21.15.131:0/3274901637' entity='client.admin' 2024-01-21T10:51:43.011 INFO:teuthology.orchestra.run.smithi131.stderr:Enabling the dashboard module... 2024-01-21T10:51:44.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:42.700829+0000 mon.smithi131 (mon.0) 66 : audit [INF] from='client.? 172.21.15.131:0/3496720859' entity='client.admin' 2024-01-21T10:51:44.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:43.565915+0000 mon.smithi131 (mon.0) 67 : audit [INF] from='client.? 172.21.15.131:0/352944657' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-21T10:51:44.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:43.447842+0000 mgr.smithi131.icwxxw (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:51:44.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:44.452568+0000 mon.smithi131 (mon.0) 68 : audit [INF] from='client.? 172.21.15.131:0/352944657' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-21T10:51:44.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:44.452630+0000 mon.smithi131 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi131.icwxxw(active, since 21s) 2024-01-21T10:51:45.413 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: { 2024-01-21T10:51:45.413 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-21T10:51:45.413 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "available": true, 2024-01-21T10:51:45.413 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "active_name": "smithi131.icwxxw", 2024-01-21T10:51:45.414 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T10:51:45.414 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: } 2024-01-21T10:51:45.765 INFO:teuthology.orchestra.run.smithi131.stderr:Waiting for the mgr to restart... 2024-01-21T10:51:45.765 INFO:teuthology.orchestra.run.smithi131.stderr:Waiting for mgr epoch 9... 2024-01-21T10:51:45.956 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:45.412763+0000 mon.smithi131 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.131:0/405554942' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T10:51:50.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:49.886350+0000 mon.smithi131 (mon.0) 71 : cluster [INF] Active manager daemon smithi131.icwxxw restarted 2024-01-21T10:51:50.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:49.886593+0000 mon.smithi131 (mon.0) 72 : cluster [INF] Activating manager daemon smithi131.icwxxw 2024-01-21T10:51:50.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:49.889361+0000 mon.smithi131 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-21T10:51:50.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:49.889465+0000 mon.smithi131 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi131.icwxxw(active, starting, since 0.00298144s) 2024-01-21T10:51:50.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:49.890274+0000 mon.smithi131 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-21T10:51:50.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:49.890959+0000 mon.smithi131 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mgr metadata", "who": "smithi131.icwxxw", "id": "smithi131.icwxxw"}]: dispatch 2024-01-21T10:51:50.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:49.891665+0000 mon.smithi131 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T10:51:50.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:49.891900+0000 mon.smithi131 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T10:51:50.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:49.892109+0000 mon.smithi131 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T10:51:50.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:49.906947+0000 mon.smithi131 (mon.0) 80 : cluster [INF] Manager daemon smithi131.icwxxw is now available 2024-01-21T10:51:50.898 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: { 2024-01-21T10:51:50.898 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-21T10:51:50.898 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T10:51:50.898 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: } 2024-01-21T10:51:51.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:50.000882+0000 mon.smithi131 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:51:51.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:50.002336+0000 mon.smithi131 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:51:51.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:50.027413+0000 mon.smithi131 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.icwxxw/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:51:51.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:50.030194+0000 mon.smithi131 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.icwxxw/trash_purge_schedule"}]: dispatch 2024-01-21T10:51:51.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:50.891513+0000 mon.smithi131 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi131.icwxxw(active, since 1.00503s) 2024-01-21T10:51:51.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:50.922377+0000 mon.smithi131 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:51.198 INFO:teuthology.orchestra.run.smithi131.stderr:mgr epoch 9 is available 2024-01-21T10:51:51.198 INFO:teuthology.orchestra.run.smithi131.stderr:Generating a dashboard self-signed certificate... 2024-01-21T10:51:51.820 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-21T10:51:52.604 INFO:teuthology.orchestra.run.smithi131.stderr:Creating initial admin user... 2024-01-21T10:51:52.607 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:50.891108+0000 mgr.smithi131.icwxxw (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T10:51:52.607 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:50.897683+0000 mgr.smithi131.icwxxw (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T10:51:52.607 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:51.815016+0000 mon.smithi131 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:52.607 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:51.819776+0000 mon.smithi131 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:53.354 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$g1xY59UFv8HTWAlT9avO7e.clO4imCavdVyAjR/XBBnAslOw90LvK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705834313, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-21T10:51:53.648 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:51.753781+0000 mgr.smithi131.icwxxw (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:51:53.648 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:52.821532+0000 mon.smithi131 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi131.icwxxw(active, since 2s) 2024-01-21T10:51:53.704 INFO:teuthology.orchestra.run.smithi131.stderr:Fetching dashboard port number... 2024-01-21T10:51:54.205 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: 8443 2024-01-21T10:51:54.563 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: disabled 2024-01-21T10:51:54.569 INFO:teuthology.orchestra.run.smithi131.stderr:systemctl: inactive 2024-01-21T10:51:54.570 INFO:teuthology.orchestra.run.smithi131.stderr:firewalld.service is not enabled 2024-01-21T10:51:54.570 INFO:teuthology.orchestra.run.smithi131.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-21T10:51:54.572 INFO:teuthology.orchestra.run.smithi131.stderr:Ceph Dashboard is now available at: 2024-01-21T10:51:54.572 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-01-21T10:51:54.572 INFO:teuthology.orchestra.run.smithi131.stderr: URL: https://smithi131.front.sepia.ceph.com:8443/ 2024-01-21T10:51:54.572 INFO:teuthology.orchestra.run.smithi131.stderr: User: admin 2024-01-21T10:51:54.572 INFO:teuthology.orchestra.run.smithi131.stderr: Password: rtpegtb5dd 2024-01-21T10:51:54.572 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-01-21T10:51:54.572 INFO:teuthology.orchestra.run.smithi131.stderr:Enabling autotune for osd_memory_target 2024-01-21T10:51:54.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:53.138135+0000 mgr.smithi131.icwxxw (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-21T10:51:54.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:53.353891+0000 mon.smithi131 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:51:54.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:54.204907+0000 mon.smithi131 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.131:0/3052881289' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-21T10:51:56.103 INFO:teuthology.orchestra.run.smithi131.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-21T10:51:56.487 INFO:teuthology.orchestra.run.smithi131.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-21T10:51:56.488 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-01-21T10:51:56.488 INFO:teuthology.orchestra.run.smithi131.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-21T10:51:56.488 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-01-21T10:51:56.488 INFO:teuthology.orchestra.run.smithi131.stderr:Or, if you are only running a single cluster on this host: 2024-01-21T10:51:56.488 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-01-21T10:51:56.488 INFO:teuthology.orchestra.run.smithi131.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-21T10:51:56.488 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-01-21T10:51:56.488 INFO:teuthology.orchestra.run.smithi131.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-21T10:51:56.488 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-01-21T10:51:56.488 INFO:teuthology.orchestra.run.smithi131.stderr: ceph telemetry on 2024-01-21T10:51:56.488 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-01-21T10:51:56.488 INFO:teuthology.orchestra.run.smithi131.stderr:For more information see: 2024-01-21T10:51:56.488 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-01-21T10:51:56.489 INFO:teuthology.orchestra.run.smithi131.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-21T10:51:56.489 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-01-21T10:51:56.489 INFO:teuthology.orchestra.run.smithi131.stderr:Bootstrap complete. 2024-01-21T10:51:56.522 INFO:tasks.cephadm:Fetching config... 2024-01-21T10:51:56.523 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-21T10:51:56.523 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-21T10:51:56.540 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-21T10:51:56.540 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-21T10:51:56.540 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-21T10:51:56.596 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-21T10:51:56.597 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-21T10:51:56.597 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/keyring of=/dev/stdout 2024-01-21T10:51:56.669 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-21T10:51:56.669 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-21T10:51:56.669 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-21T10:51:56.726 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-21T10:51:56.727 DEBUG:teuthology.orchestra.run.smithi131:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2gSfaQ3CMZpcUPV8gRwpOBwpONsL8g2a2+pXD4o0XR5ct1iwr8t3AowidUHV8UnwCZrRSP8uOV6kdwkv6yuHBI2PjGbLoyPIFO2rKzUF36XfHuPDj6A0jvdP9uzKEC7RN5l/iXuE2O5hhi7qNVF5doCdzRCw8g8ApEBH8zU70Dgs1ko1GQcyEYIdca2K3ZY0fx/O+HmjVMIqvBIvP43R84maWGLBzoscR+cTvLqH5+gVCaEClZ2R6UFfxQMbx55vwaoW1SHOpdTAqDT6a1/5dUCbjR9uTkvM3sQyQ7sTOtWcM/d/aS82V1IxOCxMg19YlZVkINEW//RvqE9nhNjAXLdjsDIW7t798cV2975KtlQkySbuR0B5KZixX/aMV2d/rVSw8fBqlCGCTLLhrV4Khe4sxzIQ3x/koPqcVdaXCysSHtG3u5AbaZKWiKG++oLU61iKeRMjWeCFc8ygwIeVyZ/J1IDkjtvtAWRY6Am3DRwNKByCYbDBknhGjRngYFC0= ceph-e5c272d8-b84a-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T10:51:56.805 INFO:teuthology.orchestra.run.smithi131.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2gSfaQ3CMZpcUPV8gRwpOBwpONsL8g2a2+pXD4o0XR5ct1iwr8t3AowidUHV8UnwCZrRSP8uOV6kdwkv6yuHBI2PjGbLoyPIFO2rKzUF36XfHuPDj6A0jvdP9uzKEC7RN5l/iXuE2O5hhi7qNVF5doCdzRCw8g8ApEBH8zU70Dgs1ko1GQcyEYIdca2K3ZY0fx/O+HmjVMIqvBIvP43R84maWGLBzoscR+cTvLqH5+gVCaEClZ2R6UFfxQMbx55vwaoW1SHOpdTAqDT6a1/5dUCbjR9uTkvM3sQyQ7sTOtWcM/d/aS82V1IxOCxMg19YlZVkINEW//RvqE9nhNjAXLdjsDIW7t798cV2975KtlQkySbuR0B5KZixX/aMV2d/rVSw8fBqlCGCTLLhrV4Khe4sxzIQ3x/koPqcVdaXCysSHtG3u5AbaZKWiKG++oLU61iKeRMjWeCFc8ygwIeVyZ/J1IDkjtvtAWRY6Am3DRwNKByCYbDBknhGjRngYFC0= ceph-e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:51:56.817 DEBUG:teuthology.orchestra.run.smithi187:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2gSfaQ3CMZpcUPV8gRwpOBwpONsL8g2a2+pXD4o0XR5ct1iwr8t3AowidUHV8UnwCZrRSP8uOV6kdwkv6yuHBI2PjGbLoyPIFO2rKzUF36XfHuPDj6A0jvdP9uzKEC7RN5l/iXuE2O5hhi7qNVF5doCdzRCw8g8ApEBH8zU70Dgs1ko1GQcyEYIdca2K3ZY0fx/O+HmjVMIqvBIvP43R84maWGLBzoscR+cTvLqH5+gVCaEClZ2R6UFfxQMbx55vwaoW1SHOpdTAqDT6a1/5dUCbjR9uTkvM3sQyQ7sTOtWcM/d/aS82V1IxOCxMg19YlZVkINEW//RvqE9nhNjAXLdjsDIW7t798cV2975KtlQkySbuR0B5KZixX/aMV2d/rVSw8fBqlCGCTLLhrV4Khe4sxzIQ3x/koPqcVdaXCysSHtG3u5AbaZKWiKG++oLU61iKeRMjWeCFc8ygwIeVyZ/J1IDkjtvtAWRY6Am3DRwNKByCYbDBknhGjRngYFC0= ceph-e5c272d8-b84a-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T10:51:56.864 INFO:teuthology.orchestra.run.smithi187.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2gSfaQ3CMZpcUPV8gRwpOBwpONsL8g2a2+pXD4o0XR5ct1iwr8t3AowidUHV8UnwCZrRSP8uOV6kdwkv6yuHBI2PjGbLoyPIFO2rKzUF36XfHuPDj6A0jvdP9uzKEC7RN5l/iXuE2O5hhi7qNVF5doCdzRCw8g8ApEBH8zU70Dgs1ko1GQcyEYIdca2K3ZY0fx/O+HmjVMIqvBIvP43R84maWGLBzoscR+cTvLqH5+gVCaEClZ2R6UFfxQMbx55vwaoW1SHOpdTAqDT6a1/5dUCbjR9uTkvM3sQyQ7sTOtWcM/d/aS82V1IxOCxMg19YlZVkINEW//RvqE9nhNjAXLdjsDIW7t798cV2975KtlQkySbuR0B5KZixX/aMV2d/rVSw8fBqlCGCTLLhrV4Khe4sxzIQ3x/koPqcVdaXCysSHtG3u5AbaZKWiKG++oLU61iKeRMjWeCFc8ygwIeVyZ/J1IDkjtvtAWRY6Am3DRwNKByCYbDBknhGjRngYFC0= ceph-e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:51:56.877 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-21T10:51:57.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:51:55.976273+0000 mon.smithi131 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi131.icwxxw(active, since 6s) 2024-01-21T10:51:57.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:56.097780+0000 mon.smithi131 (mon.0) 93 : audit [INF] from='client.? 172.21.15.131:0/100932523' entity='client.admin' 2024-01-21T10:51:59.349 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-21T10:51:59.349 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-21T10:52:00.261 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:51:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:51:58.961452+0000 mon.smithi131 (mon.0) 94 : audit [INF] from='client.? 172.21.15.131:0/2025995126' entity='client.admin' 2024-01-21T10:52:01.033 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi187 2024-01-21T10:52:01.034 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-21T10:52:01.034 DEBUG:teuthology.orchestra.run.smithi187:> dd of=/etc/ceph/ceph.conf 2024-01-21T10:52:01.055 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-21T10:52:01.055 DEBUG:teuthology.orchestra.run.smithi187:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T10:52:01.115 INFO:tasks.cephadm:Adding host smithi187 to orchestrator... 2024-01-21T10:52:01.115 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch host add smithi187 2024-01-21T10:52:01.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:00.147304+0000 mon.smithi131 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:01.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:00.594830+0000 mon.smithi131 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:52:01.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:00.598158+0000 mon.smithi131 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:01.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:00.681176+0000 mon.smithi131 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:02.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:00.611724+0000 mgr.smithi131.icwxxw (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi131 on smithi131 2024-01-21T10:52:02.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:00.678425+0000 mgr.smithi131.icwxxw (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-21T10:52:08.380 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:06.931931+0000 mon.smithi131 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:08.380 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:06.933472+0000 mon.smithi131 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T10:52:08.381 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:06.937808+0000 mon.smithi131 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T10:52:08.381 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:06.938422+0000 mon.smithi131 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:52:08.381 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:06.938894+0000 mgr.smithi131.icwxxw (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi131 on smithi131 2024-01-21T10:52:09.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:08.542935+0000 mon.smithi131 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:09.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:08.608993+0000 mon.smithi131 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:09.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:08.611419+0000 mon.smithi131 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:09.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:08.613333+0000 mon.smithi131 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T10:52:09.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:08.613665+0000 mgr.smithi131.icwxxw (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T10:52:09.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:08.616104+0000 mon.smithi131 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:09.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:08.619239+0000 mgr.smithi131.icwxxw (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi131 on smithi131 2024-01-21T10:52:11.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:09.894231+0000 mgr.smithi131.icwxxw (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:11.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:10.026821+0000 mon.smithi131 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:13.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:11.894451+0000 mgr.smithi131.icwxxw (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:15.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:13.894717+0000 mgr.smithi131.icwxxw (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:17.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:15.894933+0000 mgr.smithi131.icwxxw (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:19.596 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:17.895198+0000 mgr.smithi131.icwxxw (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:20.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:19.558441+0000 mon.smithi131 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:20.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:19.560470+0000 mgr.smithi131.icwxxw (mgr.14156) 15 : cephadm [INF] Deploying daemon node-exporter.smithi131 on smithi131 2024-01-21T10:52:20.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:19.895463+0000 mgr.smithi131.icwxxw (mgr.14156) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:20.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:20.030502+0000 mon.smithi131 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:23.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:21.895780+0000 mgr.smithi131.icwxxw (mgr.14156) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:23.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:22.036996+0000 mon.smithi131 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:23.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:22.039102+0000 mon.smithi131 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-21T10:52:24.378 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:23.038915+0000 mon.smithi131 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.131:0/3297993753' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-21T10:52:24.378 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:23.039004+0000 mon.smithi131 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi131.icwxxw(active, since 33s) 2024-01-21T10:52:28.599 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:28.322522+0000 mon.smithi131 (mon.0) 115 : cluster [INF] Active manager daemon smithi131.icwxxw restarted 2024-01-21T10:52:28.599 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:28.322759+0000 mon.smithi131 (mon.0) 116 : cluster [INF] Activating manager daemon smithi131.icwxxw 2024-01-21T10:52:28.599 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:28.325319+0000 mon.smithi131 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-21T10:52:28.599 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:28.325405+0000 mon.smithi131 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi131.icwxxw(active, starting, since 0.00273846s) 2024-01-21T10:52:28.599 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:28.326200+0000 mon.smithi131 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-21T10:52:28.599 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:28.326761+0000 mon.smithi131 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mgr metadata", "who": "smithi131.icwxxw", "id": "smithi131.icwxxw"}]: dispatch 2024-01-21T10:52:28.599 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:28.327391+0000 mon.smithi131 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T10:52:28.599 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:28.327582+0000 mon.smithi131 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T10:52:28.599 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:28.327720+0000 mon.smithi131 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T10:52:28.599 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:28.329676+0000 mon.smithi131 (mon.0) 124 : cluster [INF] Manager daemon smithi131.icwxxw is now available 2024-01-21T10:52:29.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:28.424795+0000 mon.smithi131 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:52:29.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:28.426105+0000 mon.smithi131 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:52:29.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:28.453928+0000 mon.smithi131 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:29.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:28.466196+0000 mon.smithi131 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.icwxxw/mirror_snapshot_schedule"}]: dispatch 2024-01-21T10:52:29.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:28.469331+0000 mon.smithi131 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi131.icwxxw/trash_purge_schedule"}]: dispatch 2024-01-21T10:52:29.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:29.327408+0000 mon.smithi131 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi131.icwxxw(active, since 1.00474s) 2024-01-21T10:52:29.986 INFO:teuthology.orchestra.run.smithi187.stdout:Added host 'smithi187' with addr '172.21.15.187' 2024-01-21T10:52:30.308 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch host ls --format=json 2024-01-21T10:52:31.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:29.984069+0000 mon.smithi131 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:31.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:29.984575+0000 mgr.smithi131.icwxxw (mgr.14180) 2 : cephadm [INF] Added host smithi187 2024-01-21T10:52:31.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:30.467313+0000 mon.smithi131 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:31.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:30.739920+0000 mon.smithi131 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:52:31.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:30.740706+0000 mon.smithi131 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:52:31.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:30.741243+0000 mon.smithi131 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T10:52:31.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:30.798583+0000 mon.smithi131 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:31.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:30.803728+0000 mon.smithi131 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:31.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:30.807911+0000 mon.smithi131 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-21T10:52:31.697 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:52:31.697 INFO:teuthology.orchestra.run.smithi187.stdout:[{"addr": "172.21.15.131", "hostname": "smithi131", "labels": [], "status": ""}, {"addr": "172.21.15.187", "hostname": "smithi187", "labels": [], "status": ""}] 2024-01-21T10:52:32.066 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-21T10:52:32.066 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd crush tunables default 2024-01-21T10:52:32.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:30.742289+0000 mgr.smithi131.icwxxw (mgr.14180) 3 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-01-21T10:52:32.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:30.767379+0000 mgr.smithi131.icwxxw (mgr.14180) 4 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-01-21T10:52:32.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:30.985307+0000 mon.smithi131 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-21T10:52:32.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:30.985364+0000 mon.smithi131 (mon.0) 140 : cluster [DBG] mgrmap e17: smithi131.icwxxw(active, since 2s) 2024-01-21T10:52:32.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:30.994679+0000 mgr.smithi131.icwxxw (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi131 on smithi131 2024-01-21T10:52:33.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:31.696238+0000 mgr.smithi131.icwxxw (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:52:37.350 INFO:teuthology.orchestra.run.smithi131.stderr:adjusted tunables profile to default 2024-01-21T10:52:37.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:36.483465+0000 mon.smithi131 (mon.0) 141 : audit [INF] from='client.? 172.21.15.131:0/2416753697' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-21T10:52:38.095 INFO:tasks.cephadm:Adding mon.smithi131 on smithi131 2024-01-21T10:52:38.095 INFO:tasks.cephadm:Adding mon.smithi187 on smithi187 2024-01-21T10:52:38.096 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch apply mon '2;smithi131:172.21.15.131=smithi131;smithi187:172.21.15.187=smithi187' 2024-01-21T10:52:38.636 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:37.347016+0000 mon.smithi131 (mon.0) 142 : audit [INF] from='client.? 172.21.15.131:0/2416753697' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-21T10:52:38.636 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:37.347079+0000 mon.smithi131 (mon.0) 143 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T10:52:39.490 INFO:teuthology.orchestra.run.smithi187.stdout:Scheduled mon update... 2024-01-21T10:52:39.914 DEBUG:teuthology.orchestra.run.smithi187:mon.smithi187> sudo journalctl -f -n 0 -u ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@mon.smithi187.service 2024-01-21T10:52:39.917 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:52:39.917 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:52:39.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:38.699941+0000 mon.smithi131 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:39.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:38.700955+0000 mon.smithi131 (mon.0) 145 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:52:39.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:39.134798+0000 mon.smithi131 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:39.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:39.408013+0000 mon.smithi131 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:39.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:39.490472+0000 mon.smithi131 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:39.946 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:-- Logs begin at Sun 2024-01-21 10:40:09 UTC. -- 2024-01-21T10:52:41.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:39.486113+0000 mgr.smithi131.icwxxw (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi131:172.21.15.131=smithi131;smithi187:172.21.15.187=smithi187", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:52:41.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:39.488166+0000 mgr.smithi131.icwxxw (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi131:172.21.15.131=smithi131;smithi187:172.21.15.187=smithi187;count:2 2024-01-21T10:52:41.686 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:52:41.686 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"e5c272d8-b84a-11ee-95b0-87774f69a715","modified":"2024-01-21T10:51:00.948213Z","created":"2024-01-21T10:51:00.948213Z","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":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:52:41.688 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2024-01-21T10:52:42.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:40.871222+0000 mon.smithi131 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:42.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:41.685698+0000 mon.smithi131 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.187:0/4238787156' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:52:43.127 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:52:43.127 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:52:43.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:42.606392+0000 mon.smithi131 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:43.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:43.449431+0000 mon.smithi131 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:43.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:43.450194+0000 mon.smithi131 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi187", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:52:43.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:43.452352+0000 mon.smithi131 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:43.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:43.453499+0000 mon.smithi131 (mon.0) 155 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:52:43.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:43.454321+0000 mon.smithi131 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T10:52:43.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:43.492418+0000 mon.smithi131 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:43.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:43.496053+0000 mon.smithi131 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:43.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:43.497784+0000 mon.smithi131 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi187", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T10:52:43.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:43.499800+0000 mon.smithi131 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi187", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T10:52:43.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:43.500559+0000 mon.smithi131 (mon.0) 161 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:52:44.558 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:52:44.558 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"e5c272d8-b84a-11ee-95b0-87774f69a715","modified":"2024-01-21T10:51:00.948213Z","created":"2024-01-21T10:51:00.948213Z","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":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:52:44.560 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2024-01-21T10:52:44.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:43.455584+0000 mgr.smithi131.icwxxw (mgr.14180) 9 : cephadm [INF] Updating smithi187:/etc/ceph/ceph.conf 2024-01-21T10:52:44.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:43.472330+0000 mgr.smithi131.icwxxw (mgr.14180) 10 : cephadm [INF] Updating smithi187:/etc/ceph/ceph.client.admin.keyring 2024-01-21T10:52:44.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:43.501208+0000 mgr.smithi131.icwxxw (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi187 on smithi187 2024-01-21T10:52:44.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:44.558355+0000 mon.smithi131 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.187:0/2363729816' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:52:46.097 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:52:46.097 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:52:47.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:45.696839+0000 mon.smithi131 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:47.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:45.699011+0000 mon.smithi131 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi187.qmgmqr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T10:52:47.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:45.701090+0000 mon.smithi131 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi187.qmgmqr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-21T10:52:47.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:45.701874+0000 mon.smithi131 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T10:52:47.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:45.702736+0000 mon.smithi131 (mon.0) 167 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:52:47.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:45.703355+0000 mgr.smithi131.icwxxw (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi187.qmgmqr on smithi187 2024-01-21T10:52:49.139 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:52:49.139 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"e5c272d8-b84a-11ee-95b0-87774f69a715","modified":"2024-01-21T10:51:00.948213Z","created":"2024-01-21T10:51:00.948213Z","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":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T10:52:49.141 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2024-01-21T10:52:49.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:48.328626+0000 mgr.smithi131.icwxxw (mgr.14180) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:49.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:48.455693+0000 mon.smithi131 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:49.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:49.138926+0000 mon.smithi131 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.187:0/3841253143' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:52:49.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:49.291413+0000 mon.smithi131 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:49.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:49.293788+0000 mon.smithi131 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T10:52:49.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:49.294600+0000 mon.smithi131 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:52:50.617 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T10:52:50.617 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T10:52:50.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:49.295219+0000 mgr.smithi131.icwxxw (mgr.14180) 14 : cephadm [INF] Deploying daemon mon.smithi187 on smithi187 2024-01-21T10:52:51.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:50.329025+0000 mgr.smithi131.icwxxw (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:52.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 systemd[1]: Started Ceph mon.smithi187 for e5c272d8-b84a-11ee-95b0-87774f69a715. 2024-01-21T10:52:52.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.097+0000 7f05075be880 0 load: jerasure load: lrc load: isa 2024-01-21T10:52:52.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T10:52:52.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T10:52:52.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T10:52:52.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: DB SUMMARY 2024-01-21T10:52:52.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T10:52:52.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T10:52:52.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-21T10:52:52.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi187/store.db dir, Total Num: 0, files: 2024-01-21T10:52:52.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi187/store.db: 000003.log size: 511 ; 2024-01-21T10:52:52.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T10:52:52.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T10:52:52.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T10:52:52.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.env: 0x563f82657080 2024-01-21T10:52:52.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.fs: Posix File System 2024-01-21T10:52:52.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.info_log: 0x563f84b4bd20 2024-01-21T10:52:52.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T10:52:52.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.statistics: (nil) 2024-01-21T10:52:52.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.use_fsync: 0 2024-01-21T10:52:52.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T10:52:52.287 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T10:52:52.287 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T10:52:52.287 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T10:52:52.287 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T10:52:52.287 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T10:52:52.287 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T10:52:52.287 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T10:52:52.288 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T10:52:52.288 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T10:52:52.288 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T10:52:52.288 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.db_log_dir: 2024-01-21T10:52:52.288 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi187/store.db 2024-01-21T10:52:52.288 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T10:52:52.288 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T10:52:52.288 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T10:52:52.288 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T10:52:52.288 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T10:52:52.288 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T10:52:52.288 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.write_buffer_manager: 0x563f85848420 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.unordered_write: 0 2024-01-21T10:52:52.289 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.row_cache: None 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.wal_filter: None 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T10:52:52.290 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T10:52:52.291 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T10:52:52.291 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T10:52:52.291 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T10:52:52.291 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T10:52:52.291 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T10:52:52.291 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T10:52:52.291 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T10:52:52.291 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T10:52:52.291 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T10:52:52.291 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T10:52:52.291 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_open_files: -1 2024-01-21T10:52:52.291 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T10:52:52.291 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T10:52:52.292 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T10:52:52.292 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T10:52:52.292 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Compression algorithms supported: 2024-01-21T10:52:52.292 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T10:52:52.292 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: kZSTD supported: 0 2024-01-21T10:52:52.292 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T10:52:52.292 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T10:52:52.292 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T10:52:52.292 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T10:52:52.292 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T10:52:52.292 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T10:52:52.292 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T10:52:52.292 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi187/store.db/MANIFEST-000001 2024-01-21T10:52:52.292 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T10:52:52.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T10:52:52.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.merge_operator: 2024-01-21T10:52:52.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compaction_filter: None 2024-01-21T10:52:52.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T10:52:52.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T10:52:52.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T10:52:52.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563f84afbd28) 2024-01-21T10:52:52.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cache_index_and_filter_blocks: 1 2024-01-21T10:52:52.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T10:52:52.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T10:52:52.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: pin_top_level_index_and_filter: 1 2024-01-21T10:52:52.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: index_type: 0 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: data_block_index_type: 0 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: index_shortening: 1 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: hash_index_allow_collision: 1 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: checksum: 1 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: no_block_cache: 0 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: block_cache: 0x563f84b30f10 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: block_cache_name: BinnedLRUCache 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: block_cache_options: 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: capacity : 536870912 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: num_shard_bits : 4 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: strict_capacity_limit : 0 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: high_pri_pool_ratio: 0.000 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: block_cache_compressed: (nil) 2024-01-21T10:52:52.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: persistent_cache: (nil) 2024-01-21T10:52:52.295 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: block_size: 4096 2024-01-21T10:52:52.295 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: block_size_deviation: 10 2024-01-21T10:52:52.295 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: block_restart_interval: 16 2024-01-21T10:52:52.295 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: index_block_restart_interval: 1 2024-01-21T10:52:52.295 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: metadata_block_size: 4096 2024-01-21T10:52:52.295 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: partition_filters: 0 2024-01-21T10:52:52.295 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: use_delta_encoding: 1 2024-01-21T10:52:52.295 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T10:52:52.295 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: whole_key_filtering: 1 2024-01-21T10:52:52.295 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: verify_compression: 0 2024-01-21T10:52:52.295 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: read_amp_bytes_per_bit: 0 2024-01-21T10:52:52.295 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: format_version: 2 2024-01-21T10:52:52.295 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: enable_index_compression: 1 2024-01-21T10:52:52.295 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: block_align: 0 2024-01-21T10:52:52.296 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.296 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T10:52:52.296 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T10:52:52.296 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compression: NoCompression 2024-01-21T10:52:52.296 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T10:52:52.296 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T10:52:52.296 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T10:52:52.296 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.num_levels: 7 2024-01-21T10:52:52.296 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T10:52:52.296 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T10:52:52.296 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T10:52:52.296 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T10:52:52.297 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T10:52:52.297 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T10:52:52.298 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T10:52:52.298 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T10:52:52.298 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T10:52:52.298 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T10:52:52.298 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T10:52:52.299 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T10:52:52.299 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T10:52:52.299 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T10:52:52.299 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T10:52:52.299 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T10:52:52.299 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T10:52:52.299 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T10:52:52.299 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T10:52:52.299 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T10:52:52.299 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T10:52:52.299 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T10:52:52.299 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T10:52:52.299 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T10:52:52.299 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T10:52:52.300 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T10:52:52.300 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T10:52:52.300 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T10:52:52.300 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T10:52:52.300 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T10:52:52.300 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T10:52:52.300 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T10:52:52.300 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T10:52:52.300 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T10:52:52.300 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T10:52:52.300 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T10:52:52.300 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T10:52:52.300 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T10:52:52.300 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T10:52:52.301 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T10:52:52.301 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T10:52:52.301 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T10:52:52.301 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T10:52:52.301 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T10:52:52.301 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T10:52:52.301 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T10:52:52.301 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T10:52:52.301 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T10:52:52.301 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T10:52:52.301 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T10:52:52.301 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T10:52:52.301 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T10:52:52.301 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.ttl: 2592000 2024-01-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.098+0000 7f05075be880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.099+0000 7f05075be880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi187/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-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.099+0000 7f05075be880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.099+0000 7f05075be880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705834372100368, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.099+0000 7f05075be880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-21T10:52:52.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.099+0000 7f05075be880 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-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.099+0000 7f05075be880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705834372100855, "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": 1705834372, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.099+0000 7f05075be880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.100+0000 7f05075be880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705834372101254, "job": 1, "event": "recovery_finished"} 2024-01-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.101+0000 7f05075be880 4 rocksdb: DB pointer 0x563f84bf9800 2024-01-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.101+0000 7f05075be880 0 mon.smithi187 does not exist in monmap, will attempt to join an existing cluster 2024-01-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.101+0000 7f05075be880 0 using public_addr v2:172.21.15.187:0/0 -> [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] 2024-01-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.102+0000 7f05075be880 0 starting mon.smithi187 rank -1 at public addrs [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] at bind addrs [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi187 fsid e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.102+0000 7f04ee3b0700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.102+0000 7f04ee3b0700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: ** DB Stats ** 2024-01-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T10:52:52.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T10:52:52.304 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T10:52:52.304 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T10:52:52.304 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.304 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: ** Compaction Stats [default] ** 2024-01-21T10:52:52.304 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T10:52:52.304 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:52:52.304 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2024-01-21T10:52:52.304 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2024-01-21T10:52:52.304 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2024-01-21T10:52:52.304 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.304 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: ** Compaction Stats [default] ** 2024-01-21T10:52:52.304 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T10:52:52.304 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:52:52.304 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2024-01-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Interval compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: ** Compaction Stats [default] ** 2024-01-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:52:52.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2024-01-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2024-01-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: ** Compaction Stats [default] ** 2024-01-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.1 0.00 0.00 1 0.000 0 0 2024-01-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T10:52:52.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.103+0000 7f05075be880 1 mon.smithi187@-1(???) e0 preinit fsid e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.131+0000 7f04f0bb5700 0 mon.smithi187@-1(synchronizing).mds e1 new map 2024-01-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.131+0000 7f04f0bb5700 0 mon.smithi187@-1(synchronizing).mds e1 print_map 2024-01-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: e1 2024-01-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: legacy client fscid: -1 2024-01-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: No filesystems configured 2024-01-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 2024-01-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.131+0000 7f04f0bb5700 1 mon.smithi187@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.132+0000 7f04f0bb5700 1 mon.smithi187@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-21T10:52:52.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.132+0000 7f04f0bb5700 1 mon.smithi187@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-21T10:52:52.308 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.132+0000 7f04f0bb5700 1 mon.smithi187@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-21T10:52:52.308 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.132+0000 7f04f0bb5700 1 mon.smithi187@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-21T10:52:52.308 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.132+0000 7f04f0bb5700 1 mon.smithi187@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-21T10:52:52.308 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.132+0000 7f04f0bb5700 1 mon.smithi187@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-21T10:52:52.308 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.133+0000 7f04f0bb5700 0 mon.smithi187@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T10:52:52.308 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.133+0000 7f04f0bb5700 0 mon.smithi187@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T10:52:52.308 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.133+0000 7f04f0bb5700 0 mon.smithi187@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T10:52:52.308 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.133+0000 7f04f0bb5700 0 mon.smithi187@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T10:52:52.308 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:50.329025+0000 mgr.smithi131.icwxxw (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:52.308 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T10:52:52.134+0000 7f04f0bb5700 1 mon.smithi187@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-21T10:52:57.187 INFO:teuthology.orchestra.run.smithi187.stdout: 2024-01-21T10:52:57.188 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":2,"fsid":"e5c272d8-b84a-11ee-95b0-87774f69a715","modified":"2024-01-21T10:52:52.141210Z","created":"2024-01-21T10:51:00.948213Z","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":"smithi131","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi187","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:3300","nonce":0},{"type":"v1","addr":"172.21.15.187:6789","nonce":0}]},"addr":"172.21.15.187:6789/0","public_addr":"172.21.15.187:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-21T10:52:57.191 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 2 2024-01-21T10:52:57.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:52.143953+0000 mon.smithi131 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-21T10:52:57.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:52.144106+0000 mon.smithi131 (mon.0) 175 : cluster [INF] mon.smithi131 calling monitor election 2024-01-21T10:52:57.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:52.157469+0000 mon.smithi131 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-21T10:52:57.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:52.199921+0000 mon.smithi131 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.187:0/1639327921' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:52:57.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:52.329409+0000 mgr.smithi131.icwxxw (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:57.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:53.139905+0000 mon.smithi131 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-21T10:52:57.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:54.139951+0000 mon.smithi131 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-21T10:52:57.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:54.142116+0000 mon.smithi187 (mon.1) 1 : cluster [INF] mon.smithi187 calling monitor election 2024-01-21T10:52:57.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:54.329751+0000 mgr.smithi131.icwxxw (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:57.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:54.793881+0000 mon.smithi131 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.187:0/961020599' entity='mgr.smithi187.qmgmqr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi187.qmgmqr/crt"}]: dispatch 2024-01-21T10:52:57.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:55.139889+0000 mon.smithi131 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-21T10:52:57.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:56.140231+0000 mon.smithi131 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-21T10:52:57.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:56.330001+0000 mgr.smithi131.icwxxw (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:57.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:57.140400+0000 mon.smithi131 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-21T10:52:57.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:57.171161+0000 mon.smithi131 (mon.0) 184 : cluster [INF] mon.smithi131 is new leader, mons smithi131,smithi187 in quorum (ranks 0,1) 2024-01-21T10:52:57.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:57.174120+0000 mon.smithi131 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi131=[v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0],smithi187=[v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0]} removed_ranks: {} 2024-01-21T10:52:57.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:57.186033+0000 mon.smithi131 (mon.0) 186 : cluster [DBG] fsmap 2024-01-21T10:52:57.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:57.186067+0000 mon.smithi131 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T10:52:57.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:57.186299+0000 mon.smithi131 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi131.icwxxw(active, since 28s) 2024-01-21T10:52:57.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:57.187710+0000 mon.smithi131 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi187.qmgmqr started 2024-01-21T10:52:57.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:57.188837+0000 mon.smithi131 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.187:0/961020599' entity='mgr.smithi187.qmgmqr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T10:52:57.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:57.190444+0000 mon.smithi131 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2024-01-21T10:52:57.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:57.190835+0000 mon.smithi131 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.187:0/961020599' entity='mgr.smithi187.qmgmqr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi187.qmgmqr/key"}]: dispatch 2024-01-21T10:52:57.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:57.191301+0000 mon.smithi131 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.187:0/961020599' entity='mgr.smithi187.qmgmqr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T10:52:57.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:57.193022+0000 mon.smithi131 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:57.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:57.196516+0000 mon.smithi131 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:57.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:52.143953+0000 mon.smithi131 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi131"}]: dispatch 2024-01-21T10:52:57.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:52.144106+0000 mon.smithi131 (mon.0) 175 : cluster [INF] mon.smithi131 calling monitor election 2024-01-21T10:52:57.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:52.157469+0000 mon.smithi131 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:52.199921+0000 mon.smithi131 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.187:0/1639327921' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:52.329409+0000 mgr.smithi131.icwxxw (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:53.139905+0000 mon.smithi131 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:54.139951+0000 mon.smithi131 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:54.142116+0000 mon.smithi187 (mon.1) 1 : cluster [INF] mon.smithi187 calling monitor election 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:54.329751+0000 mgr.smithi131.icwxxw (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:54.793881+0000 mon.smithi131 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.187:0/961020599' entity='mgr.smithi187.qmgmqr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi187.qmgmqr/crt"}]: dispatch 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:55.139889+0000 mon.smithi131 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:56.140231+0000 mon.smithi131 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:56.330001+0000 mgr.smithi131.icwxxw (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:57.140400+0000 mon.smithi131 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:57.171161+0000 mon.smithi131 (mon.0) 184 : cluster [INF] mon.smithi131 is new leader, mons smithi131,smithi187 in quorum (ranks 0,1) 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:57.174120+0000 mon.smithi131 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi131=[v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0],smithi187=[v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0]} removed_ranks: {} 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:57.186033+0000 mon.smithi131 (mon.0) 186 : cluster [DBG] fsmap 2024-01-21T10:52:57.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:57.186067+0000 mon.smithi131 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T10:52:57.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:57.186299+0000 mon.smithi131 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi131.icwxxw(active, since 28s) 2024-01-21T10:52:57.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:57.187710+0000 mon.smithi131 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi187.qmgmqr started 2024-01-21T10:52:57.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:57.188837+0000 mon.smithi131 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.187:0/961020599' entity='mgr.smithi187.qmgmqr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T10:52:57.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:57.190444+0000 mon.smithi131 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2024-01-21T10:52:57.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:57.190835+0000 mon.smithi131 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.187:0/961020599' entity='mgr.smithi187.qmgmqr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi187.qmgmqr/key"}]: dispatch 2024-01-21T10:52:57.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:57.191301+0000 mon.smithi131 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.187:0/961020599' entity='mgr.smithi187.qmgmqr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T10:52:57.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:57.193022+0000 mon.smithi131 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:57.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:57.196516+0000 mon.smithi131 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:52:58.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:52:57.195190+0000 mgr.smithi131.icwxxw (mgr.14180) 19 : cephadm [INF] Deploying daemon node-exporter.smithi187 on smithi187 2024-01-21T10:52:58.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:57.248108+0000 mon.smithi131 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi131.icwxxw(active, since 28s), standbys: smithi187.qmgmqr 2024-01-21T10:52:58.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:57.248293+0000 mon.smithi131 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mgr metadata", "who": "smithi187.qmgmqr", "id": "smithi187.qmgmqr"}]: dispatch 2024-01-21T10:52:58.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:52:58.140789+0000 mon.smithi131 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-21T10:52:58.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:52:57.195190+0000 mgr.smithi131.icwxxw (mgr.14180) 19 : cephadm [INF] Deploying daemon node-exporter.smithi187 on smithi187 2024-01-21T10:52:58.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:57.248108+0000 mon.smithi131 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi131.icwxxw(active, since 28s), standbys: smithi187.qmgmqr 2024-01-21T10:52:58.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:57.248293+0000 mon.smithi131 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mgr metadata", "who": "smithi187.qmgmqr", "id": "smithi187.qmgmqr"}]: dispatch 2024-01-21T10:52:58.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:52:58.140789+0000 mon.smithi131 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2024-01-21T10:52:59.054 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-21T10:52:59.054 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph config generate-minimal-conf 2024-01-21T10:52:59.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:52:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:52:58.330241+0000 mgr.smithi131.icwxxw (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:52:59.392 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:52:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:52:58.330241+0000 mgr.smithi131.icwxxw (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:00.379 INFO:teuthology.orchestra.run.smithi131.stdout:# minimal ceph.conf for e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:53:00.379 INFO:teuthology.orchestra.run.smithi131.stdout:[global] 2024-01-21T10:53:00.379 INFO:teuthology.orchestra.run.smithi131.stdout: fsid = e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:53:00.379 INFO:teuthology.orchestra.run.smithi131.stdout: mon_host = [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] 2024-01-21T10:53:00.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:00.378788+0000 mon.smithi131 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.131:0/2239163527' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:00.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:00.378788+0000 mon.smithi131 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.131:0/2239163527' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:00.967 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-21T10:53:00.967 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-21T10:53:00.967 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T10:53:00.999 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-21T10:53:00.999 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T10:53:01.066 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-21T10:53:01.066 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T10:53:01.115 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-21T10:53:01.115 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T10:53:01.221 INFO:tasks.cephadm:Deploying OSDs... 2024-01-21T10:53:01.221 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-21T10:53:01.221 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T10:53:01.238 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T10:53:01.238 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme1n1 2024-01-21T10:53:01.297 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme1n1 2024-01-21T10:53:01.297 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T10:53:01.297 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 200794 Links: 1 Device type: 103,1 2024-01-21T10:53:01.297 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T10:53:01.297 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T10:53:01.297 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-21 10:51:58.833751650 +0000 2024-01-21T10:53:01.297 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-21 10:50:29.322654468 +0000 2024-01-21T10:53:01.298 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-21 10:50:29.322654468 +0000 2024-01-21T10:53:01.298 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-21T10:53:01.298 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T10:53:01.364 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-21T10:53:01.364 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-21T10:53:01.364 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000250469 s, 2.0 MB/s 2024-01-21T10:53:01.365 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T10:53:01.423 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme2n1 2024-01-21T10:53:01.480 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme2n1 2024-01-21T10:53:01.480 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T10:53:01.480 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 200155 Links: 1 Device type: 103,2 2024-01-21T10:53:01.480 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T10:53:01.481 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T10:53:01.481 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-21 10:51:58.844751416 +0000 2024-01-21T10:53:01.481 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-21 10:50:29.471651294 +0000 2024-01-21T10:53:01.481 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-21 10:50:29.471651294 +0000 2024-01-21T10:53:01.481 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-21T10:53:01.481 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T10:53:01.547 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-21T10:53:01.547 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-21T10:53:01.547 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000269292 s, 1.9 MB/s 2024-01-21T10:53:01.548 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T10:53:01.605 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme3n1 2024-01-21T10:53:01.662 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme3n1 2024-01-21T10:53:01.662 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T10:53:01.662 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 200271 Links: 1 Device type: 103,3 2024-01-21T10:53:01.662 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T10:53:01.662 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T10:53:01.662 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-21 10:51:58.855751182 +0000 2024-01-21T10:53:01.662 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-21 10:50:29.621648100 +0000 2024-01-21T10:53:01.662 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-21 10:50:29.621648100 +0000 2024-01-21T10:53:01.662 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-21T10:53:01.662 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T10:53:01.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:00.330528+0000 mgr.smithi131.icwxxw (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:01.700 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-21T10:53:01.700 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-21T10:53:01.700 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000249145 s, 2.1 MB/s 2024-01-21T10:53:01.701 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T10:53:01.760 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/nvme4n1 2024-01-21T10:53:01.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:00.330528+0000 mgr.smithi131.icwxxw (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:01.816 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/nvme4n1 2024-01-21T10:53:01.816 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T10:53:01.817 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 6h/6d Inode: 200373 Links: 1 Device type: 103,4 2024-01-21T10:53:01.817 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T10:53:01.817 INFO:teuthology.orchestra.run.smithi131.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T10:53:01.817 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-01-21 10:51:58.866750949 +0000 2024-01-21T10:53:01.817 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-01-21 10:50:29.769644948 +0000 2024-01-21T10:53:01.817 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-01-21 10:50:29.769644948 +0000 2024-01-21T10:53:01.817 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-01-21T10:53:01.817 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T10:53:01.882 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-01-21T10:53:01.882 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-01-21T10:53:01.882 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000327715 s, 1.6 MB/s 2024-01-21T10:53:01.884 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T10:53:01.941 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-21T10:53:01.941 DEBUG:teuthology.orchestra.run.smithi187:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T10:53:01.962 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T10:53:01.962 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/nvme1n1 2024-01-21T10:53:02.024 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/nvme1n1 2024-01-21T10:53:02.024 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T10:53:02.024 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 201080 Links: 1 Device type: 103,1 2024-01-21T10:53:02.024 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T10:53:02.024 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T10:53:02.024 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-21 10:52:41.585391002 +0000 2024-01-21T10:53:02.024 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-21 10:50:30.980468751 +0000 2024-01-21T10:53:02.024 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-21 10:50:30.980468751 +0000 2024-01-21T10:53:02.024 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-21T10:53:02.025 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T10:53:02.092 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-21T10:53:02.092 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-21T10:53:02.092 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000270936 s, 1.9 MB/s 2024-01-21T10:53:02.093 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T10:53:02.152 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/nvme2n1 2024-01-21T10:53:02.210 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/nvme2n1 2024-01-21T10:53:02.210 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T10:53:02.211 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 201092 Links: 1 Device type: 103,2 2024-01-21T10:53:02.211 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T10:53:02.211 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T10:53:02.211 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-21 10:52:41.595390843 +0000 2024-01-21T10:53:02.211 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-21 10:50:31.135466285 +0000 2024-01-21T10:53:02.211 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-21 10:50:31.135466285 +0000 2024-01-21T10:53:02.211 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-21T10:53:02.211 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T10:53:02.277 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-21T10:53:02.278 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-21T10:53:02.278 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000236827 s, 2.2 MB/s 2024-01-21T10:53:02.279 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T10:53:02.337 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/nvme3n1 2024-01-21T10:53:02.394 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/nvme3n1 2024-01-21T10:53:02.395 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T10:53:02.395 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 201167 Links: 1 Device type: 103,3 2024-01-21T10:53:02.395 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T10:53:02.395 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T10:53:02.395 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-21 10:52:41.606390668 +0000 2024-01-21T10:53:02.395 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-21 10:50:31.284463915 +0000 2024-01-21T10:53:02.395 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-21 10:50:31.284463915 +0000 2024-01-21T10:53:02.395 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-21T10:53:02.395 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T10:53:02.461 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-21T10:53:02.461 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-21T10:53:02.462 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000207887 s, 2.5 MB/s 2024-01-21T10:53:02.463 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T10:53:02.522 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/nvme4n1 2024-01-21T10:53:02.580 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/nvme4n1 2024-01-21T10:53:02.581 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T10:53:02.581 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 198526 Links: 1 Device type: 103,4 2024-01-21T10:53:02.581 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T10:53:02.581 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T10:53:02.581 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2024-01-21 10:52:41.617390494 +0000 2024-01-21T10:53:02.581 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2024-01-21 10:50:31.435461513 +0000 2024-01-21T10:53:02.581 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2024-01-21 10:50:31.435461513 +0000 2024-01-21T10:53:02.581 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2024-01-21T10:53:02.581 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T10:53:02.646 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2024-01-21T10:53:02.646 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2024-01-21T10:53:02.646 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000258723 s, 2.0 MB/s 2024-01-21T10:53:02.647 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T10:53:02.704 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-21T10:53:03.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:02.330820+0000 mgr.smithi131.icwxxw (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:03.513 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:02.330820+0000 mgr.smithi131.icwxxw (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:04.212 INFO:teuthology.orchestra.run.smithi187.stdout:Scheduled osd.all-available-devices update... 2024-01-21T10:53:04.558 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-21T10:53:04.558 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:05.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:04.126659+0000 mon.smithi131 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:05.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:04.128323+0000 mon.smithi131 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:53:05.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:04.206066+0000 mgr.smithi131.icwxxw (mgr.14180) 23 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:53:05.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:04.207485+0000 mgr.smithi131.icwxxw (mgr.14180) 24 : cephadm [INF] Marking host: smithi131 for OSDSpec preview refresh. 2024-01-21T10:53:05.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:04.207601+0000 mgr.smithi131.icwxxw (mgr.14180) 25 : cephadm [INF] Marking host: smithi187 for OSDSpec preview refresh. 2024-01-21T10:53:05.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:04.207916+0000 mgr.smithi131.icwxxw (mgr.14180) 26 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T10:53:05.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:04.211406+0000 mon.smithi131 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:05.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:04.331153+0000 mgr.smithi131.icwxxw (mgr.14180) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:05.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:04.126659+0000 mon.smithi131 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:05.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:04.128323+0000 mon.smithi131 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:53:05.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:04.206066+0000 mgr.smithi131.icwxxw (mgr.14180) 23 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:53:05.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:04.207485+0000 mgr.smithi131.icwxxw (mgr.14180) 24 : cephadm [INF] Marking host: smithi131 for OSDSpec preview refresh. 2024-01-21T10:53:05.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:04.207601+0000 mgr.smithi131.icwxxw (mgr.14180) 25 : cephadm [INF] Marking host: smithi187 for OSDSpec preview refresh. 2024-01-21T10:53:05.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:04.207916+0000 mgr.smithi131.icwxxw (mgr.14180) 26 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T10:53:05.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:04.211406+0000 mon.smithi131 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:05.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:04.331153+0000 mgr.smithi131.icwxxw (mgr.14180) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:05.863 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:06.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:05.685288+0000 mon.smithi131 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:06.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:05.691866+0000 mon.smithi131 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:06.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:05.692982+0000 mon.smithi131 (mon.0) 205 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:06.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:05.693600+0000 mon.smithi131 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T10:53:06.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:05.698789+0000 mgr.smithi131.icwxxw (mgr.14180) 28 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-01-21T10:53:06.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:05.699087+0000 mgr.smithi131.icwxxw (mgr.14180) 29 : cephadm [INF] Updating smithi187:/etc/ceph/ceph.conf 2024-01-21T10:53:06.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:05.722724+0000 mon.smithi131 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:06.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:05.864068+0000 mon.smithi131 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.131:0/632399575' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:06.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:06.113254+0000 mon.smithi131 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:06.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:06.118552+0000 mon.smithi131 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:06.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:06.122477+0000 mon.smithi131 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T10:53:06.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:06.125665+0000 mon.smithi131 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T10:53:06.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:06.126652+0000 mon.smithi131 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T10:53:06.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:06.126828+0000 mon.smithi131 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:06.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:06.127254+0000 mon.smithi131 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:07.145 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:05.685288+0000 mon.smithi131 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:07.145 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:05.691866+0000 mon.smithi131 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:07.145 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:05.692982+0000 mon.smithi131 (mon.0) 205 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:07.145 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:05.693600+0000 mon.smithi131 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T10:53:07.145 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:05.698789+0000 mgr.smithi131.icwxxw (mgr.14180) 28 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-01-21T10:53:07.145 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:05.699087+0000 mgr.smithi131.icwxxw (mgr.14180) 29 : cephadm [INF] Updating smithi187:/etc/ceph/ceph.conf 2024-01-21T10:53:07.145 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:05.722724+0000 mon.smithi131 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:07.145 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:05.864068+0000 mon.smithi131 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.131:0/632399575' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:07.145 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:06.113254+0000 mon.smithi131 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:07.145 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:06.118552+0000 mon.smithi131 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:07.145 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:06.122477+0000 mon.smithi131 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T10:53:07.145 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:06.125665+0000 mon.smithi131 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T10:53:07.146 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:06.126652+0000 mon.smithi131 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T10:53:07.146 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:06.126828+0000 mon.smithi131 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:07.146 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:06.127254+0000 mon.smithi131 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:07.372 INFO:teuthology.orchestra.run.smithi131.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-21T10:53:07.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:06.331526+0000 mgr.smithi131.icwxxw (mgr.14180) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:07.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:07.201758+0000 mon.smithi131 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:08.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:06.331526+0000 mgr.smithi131.icwxxw (mgr.14180) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:08.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:07.201758+0000 mon.smithi131 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:08.373 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:09.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:08.238775+0000 mon.smithi187 (mon.1) 2 : audit [INF] from='client.? 172.21.15.187:0/3965094338' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30ebff9f-f087-45c2-889d-d73e4a146905"}]: dispatch 2024-01-21T10:53:09.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:08.239151+0000 mon.smithi131 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30ebff9f-f087-45c2-889d-d73e4a146905"}]: dispatch 2024-01-21T10:53:09.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:08.243467+0000 mon.smithi131 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30ebff9f-f087-45c2-889d-d73e4a146905"}]': finished 2024-01-21T10:53:09.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:08.243543+0000 mon.smithi131 (mon.0) 219 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T10:53:09.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:08.243658+0000 mon.smithi131 (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:09.101 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:08.238775+0000 mon.smithi187 (mon.1) 2 : audit [INF] from='client.? 172.21.15.187:0/3965094338' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30ebff9f-f087-45c2-889d-d73e4a146905"}]: dispatch 2024-01-21T10:53:09.101 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:08.239151+0000 mon.smithi131 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30ebff9f-f087-45c2-889d-d73e4a146905"}]: dispatch 2024-01-21T10:53:09.101 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:08.243467+0000 mon.smithi131 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30ebff9f-f087-45c2-889d-d73e4a146905"}]': finished 2024-01-21T10:53:09.101 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:08.243543+0000 mon.smithi131 (mon.0) 219 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T10:53:09.101 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:08.243658+0000 mon.smithi131 (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:09.808 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:10.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:08.331774+0000 mgr.smithi131.icwxxw (mgr.14180) 31 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:10.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:09.208292+0000 mon.smithi131 (mon.0) 221 : audit [INF] from='client.? 172.21.15.131:0/226271990' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c66b46f7-2c4b-4a72-92bf-76ef6b3d2185"}]: dispatch 2024-01-21T10:53:10.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:09.212267+0000 mon.smithi131 (mon.0) 222 : audit [INF] from='client.? 172.21.15.131:0/226271990' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c66b46f7-2c4b-4a72-92bf-76ef6b3d2185"}]': finished 2024-01-21T10:53:10.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:09.212309+0000 mon.smithi131 (mon.0) 223 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T10:53:10.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:09.212391+0000 mon.smithi131 (mon.0) 224 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:10.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:09.212744+0000 mon.smithi131 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:10.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:09.456105+0000 mon.smithi187 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.187:0/309975646' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:10.051 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:08.331774+0000 mgr.smithi131.icwxxw (mgr.14180) 31 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:10.051 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:09.208292+0000 mon.smithi131 (mon.0) 221 : audit [INF] from='client.? 172.21.15.131:0/226271990' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c66b46f7-2c4b-4a72-92bf-76ef6b3d2185"}]: dispatch 2024-01-21T10:53:10.051 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:09.212267+0000 mon.smithi131 (mon.0) 222 : audit [INF] from='client.? 172.21.15.131:0/226271990' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c66b46f7-2c4b-4a72-92bf-76ef6b3d2185"}]': finished 2024-01-21T10:53:10.051 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:09.212309+0000 mon.smithi131 (mon.0) 223 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T10:53:10.051 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:09.212391+0000 mon.smithi131 (mon.0) 224 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:10.051 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:09.212744+0000 mon.smithi131 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:10.051 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:09.456105+0000 mon.smithi187 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.187:0/309975646' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:10.247 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705834389,"num_remapped_pgs":0} 2024-01-21T10:53:11.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:09.807668+0000 mon.smithi131 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.131:0/2290081433' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:11.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:10.630456+0000 mon.smithi131 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.131:0/836571832' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:11.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:09.807668+0000 mon.smithi131 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.131:0/2290081433' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:11.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:10.630456+0000 mon.smithi131 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.131:0/836571832' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:11.248 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:11.882 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:10.332019+0000 mgr.smithi131.icwxxw (mgr.14180) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:12.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:10.332019+0000 mgr.smithi131.icwxxw (mgr.14180) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:12.581 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:12.894 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:11.969097+0000 mon.smithi187 (mon.1) 4 : audit [INF] from='client.? 172.21.15.187:0/1631559762' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "300a289a-06bd-483c-8844-cedd6f39698e"}]: dispatch 2024-01-21T10:53:12.895 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:11.969523+0000 mon.smithi131 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "300a289a-06bd-483c-8844-cedd6f39698e"}]: dispatch 2024-01-21T10:53:12.895 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:11.974352+0000 mon.smithi131 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "300a289a-06bd-483c-8844-cedd6f39698e"}]': finished 2024-01-21T10:53:12.895 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:11.974406+0000 mon.smithi131 (mon.0) 230 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T10:53:12.895 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:11.974533+0000 mon.smithi131 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:12.895 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:11.974848+0000 mon.smithi131 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:12.895 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:11.974998+0000 mon.smithi131 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:12.895 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:12.581563+0000 mon.smithi131 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.131:0/797338979' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:12.915 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1705834391,"num_remapped_pgs":0} 2024-01-21T10:53:13.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:11.969097+0000 mon.smithi187 (mon.1) 4 : audit [INF] from='client.? 172.21.15.187:0/1631559762' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "300a289a-06bd-483c-8844-cedd6f39698e"}]: dispatch 2024-01-21T10:53:13.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:11.969523+0000 mon.smithi131 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "300a289a-06bd-483c-8844-cedd6f39698e"}]: dispatch 2024-01-21T10:53:13.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:11.974352+0000 mon.smithi131 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "300a289a-06bd-483c-8844-cedd6f39698e"}]': finished 2024-01-21T10:53:13.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:11.974406+0000 mon.smithi131 (mon.0) 230 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T10:53:13.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:11.974533+0000 mon.smithi131 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:13.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:11.974848+0000 mon.smithi131 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:13.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:11.974998+0000 mon.smithi131 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:13.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:12.581563+0000 mon.smithi131 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.131:0/797338979' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:13.915 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:14.234 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:12.332273+0000 mgr.smithi131.icwxxw (mgr.14180) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:14.234 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:13.164959+0000 mon.smithi131 (mon.0) 235 : audit [INF] from='client.? 172.21.15.131:0/1401003508' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7a04d9f-89b9-40a0-acf1-19f0c07ce43d"}]: dispatch 2024-01-21T10:53:14.234 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:13.172876+0000 mon.smithi131 (mon.0) 236 : audit [INF] from='client.? 172.21.15.131:0/1401003508' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7a04d9f-89b9-40a0-acf1-19f0c07ce43d"}]': finished 2024-01-21T10:53:14.234 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:13.172913+0000 mon.smithi131 (mon.0) 237 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T10:53:14.234 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:13.173006+0000 mon.smithi131 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:14.234 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:13.173288+0000 mon.smithi131 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:14.234 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:13.173443+0000 mon.smithi131 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:14.234 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:13.173620+0000 mon.smithi131 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:14.234 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:13.234673+0000 mon.smithi187 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.187:0/3140695241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:14.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:12.332273+0000 mgr.smithi131.icwxxw (mgr.14180) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:14.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:13.164959+0000 mon.smithi131 (mon.0) 235 : audit [INF] from='client.? 172.21.15.131:0/1401003508' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7a04d9f-89b9-40a0-acf1-19f0c07ce43d"}]: dispatch 2024-01-21T10:53:14.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:13.172876+0000 mon.smithi131 (mon.0) 236 : audit [INF] from='client.? 172.21.15.131:0/1401003508' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7a04d9f-89b9-40a0-acf1-19f0c07ce43d"}]': finished 2024-01-21T10:53:14.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:13.172913+0000 mon.smithi131 (mon.0) 237 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T10:53:14.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:13.173006+0000 mon.smithi131 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:14.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:13.173288+0000 mon.smithi131 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:14.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:13.173443+0000 mon.smithi131 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:14.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:13.173620+0000 mon.smithi131 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:14.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:13.234673+0000 mon.smithi187 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.187:0/3140695241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:15.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:14.454419+0000 mon.smithi131 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.131:0/2453542272' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:15.219 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:15.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:14.454419+0000 mon.smithi131 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.131:0/2453542272' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:15.594 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705834393,"num_remapped_pgs":0} 2024-01-21T10:53:16.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:14.332514+0000 mgr.smithi131.icwxxw (mgr.14180) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:16.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:15.219803+0000 mon.smithi131 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.131:0/2597131379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:16.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:15.741162+0000 mon.smithi187 (mon.1) 6 : audit [INF] from='client.? 172.21.15.187:0/3012325667' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5d29c4e6-55ae-42dc-bbc6-501c03137bc1"}]: dispatch 2024-01-21T10:53:16.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:15.741646+0000 mon.smithi131 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5d29c4e6-55ae-42dc-bbc6-501c03137bc1"}]: dispatch 2024-01-21T10:53:16.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:15.745264+0000 mon.smithi131 (mon.0) 245 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5d29c4e6-55ae-42dc-bbc6-501c03137bc1"}]': finished 2024-01-21T10:53:16.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:15.745312+0000 mon.smithi131 (mon.0) 246 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T10:53:16.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:15.745397+0000 mon.smithi131 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:16.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:15.745651+0000 mon.smithi131 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:16.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:15.745812+0000 mon.smithi131 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:16.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:15.745966+0000 mon.smithi131 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:16.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:15.746124+0000 mon.smithi131 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:16.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:14.332514+0000 mgr.smithi131.icwxxw (mgr.14180) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:16.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:15.219803+0000 mon.smithi131 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.131:0/2597131379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:16.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:15.741162+0000 mon.smithi187 (mon.1) 6 : audit [INF] from='client.? 172.21.15.187:0/3012325667' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5d29c4e6-55ae-42dc-bbc6-501c03137bc1"}]: dispatch 2024-01-21T10:53:16.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:15.741646+0000 mon.smithi131 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5d29c4e6-55ae-42dc-bbc6-501c03137bc1"}]: dispatch 2024-01-21T10:53:16.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:15.745264+0000 mon.smithi131 (mon.0) 245 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5d29c4e6-55ae-42dc-bbc6-501c03137bc1"}]': finished 2024-01-21T10:53:16.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:15.745312+0000 mon.smithi131 (mon.0) 246 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T10:53:16.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:15.745397+0000 mon.smithi131 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:16.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:15.745651+0000 mon.smithi131 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:16.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:15.745812+0000 mon.smithi131 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:16.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:15.745966+0000 mon.smithi131 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:16.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:15.746124+0000 mon.smithi131 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:16.596 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:17.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:16.332764+0000 mgr.smithi131.icwxxw (mgr.14180) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:17.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:16.983827+0000 mon.smithi131 (mon.0) 252 : audit [INF] from='client.? 172.21.15.131:0/175963329' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18c0dcd5-e184-44e7-a69d-8f523d74773d"}]: dispatch 2024-01-21T10:53:17.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:16.989541+0000 mon.smithi131 (mon.0) 253 : audit [INF] from='client.? 172.21.15.131:0/175963329' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "18c0dcd5-e184-44e7-a69d-8f523d74773d"}]': finished 2024-01-21T10:53:17.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:16.989583+0000 mon.smithi131 (mon.0) 254 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T10:53:17.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:16.989660+0000 mon.smithi131 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:17.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:16.989862+0000 mon.smithi131 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:17.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:16.989982+0000 mon.smithi131 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:17.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:16.990097+0000 mon.smithi131 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:17.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:16.990210+0000 mon.smithi131 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:17.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:16.990330+0000 mon.smithi131 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:17.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:17.020148+0000 mon.smithi187 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.187:0/1987157801' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:17.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:16.332764+0000 mgr.smithi131.icwxxw (mgr.14180) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:17.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:16.983827+0000 mon.smithi131 (mon.0) 252 : audit [INF] from='client.? 172.21.15.131:0/175963329' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18c0dcd5-e184-44e7-a69d-8f523d74773d"}]: dispatch 2024-01-21T10:53:17.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:16.989541+0000 mon.smithi131 (mon.0) 253 : audit [INF] from='client.? 172.21.15.131:0/175963329' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "18c0dcd5-e184-44e7-a69d-8f523d74773d"}]': finished 2024-01-21T10:53:17.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:16.989583+0000 mon.smithi131 (mon.0) 254 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T10:53:17.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:16.989660+0000 mon.smithi131 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:17.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:16.989862+0000 mon.smithi131 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:17.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:16.989982+0000 mon.smithi131 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:17.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:16.990097+0000 mon.smithi131 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:17.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:16.990210+0000 mon.smithi131 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:17.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:16.990330+0000 mon.smithi131 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:17.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:17.020148+0000 mon.smithi187 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.187:0/1987157801' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:18.022 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:18.389 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705834396,"num_remapped_pgs":0} 2024-01-21T10:53:18.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:18.021693+0000 mon.smithi131 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.131:0/427428399' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:18.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:18.021693+0000 mon.smithi131 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.131:0/427428399' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:19.389 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:19.645 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:18.332970+0000 mgr.smithi131.icwxxw (mgr.14180) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:19.645 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:18.380473+0000 mon.smithi131 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.131:0/1391716021' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:19.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:18.332970+0000 mgr.smithi131.icwxxw (mgr.14180) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:19.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:18.380473+0000 mon.smithi131 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.131:0/1391716021' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:20.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:19.529319+0000 mon.smithi187 (mon.1) 8 : audit [INF] from='client.? 172.21.15.187:0/3691483393' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20e896c5-df10-4562-8ecc-12c7a104b701"}]: dispatch 2024-01-21T10:53:20.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:19.529822+0000 mon.smithi131 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20e896c5-df10-4562-8ecc-12c7a104b701"}]: dispatch 2024-01-21T10:53:20.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:19.533961+0000 mon.smithi131 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "20e896c5-df10-4562-8ecc-12c7a104b701"}]': finished 2024-01-21T10:53:20.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:19.534024+0000 mon.smithi131 (mon.0) 265 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T10:53:20.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:19.534168+0000 mon.smithi131 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:20.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:19.534540+0000 mon.smithi131 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:20.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:19.534788+0000 mon.smithi131 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:20.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:19.535021+0000 mon.smithi131 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:20.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:19.535261+0000 mon.smithi131 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:20.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:19.535490+0000 mon.smithi131 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:20.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:19.535722+0000 mon.smithi131 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:20.711 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:20.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:19.529319+0000 mon.smithi187 (mon.1) 8 : audit [INF] from='client.? 172.21.15.187:0/3691483393' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20e896c5-df10-4562-8ecc-12c7a104b701"}]: dispatch 2024-01-21T10:53:20.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:19.529822+0000 mon.smithi131 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20e896c5-df10-4562-8ecc-12c7a104b701"}]: dispatch 2024-01-21T10:53:20.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:19.533961+0000 mon.smithi131 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "20e896c5-df10-4562-8ecc-12c7a104b701"}]': finished 2024-01-21T10:53:20.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:19.534024+0000 mon.smithi131 (mon.0) 265 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T10:53:20.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:19.534168+0000 mon.smithi131 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:20.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:19.534540+0000 mon.smithi131 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:20.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:19.534788+0000 mon.smithi131 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:20.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:19.535021+0000 mon.smithi131 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:20.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:19.535261+0000 mon.smithi131 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:20.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:19.535490+0000 mon.smithi131 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:20.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:19.535722+0000 mon.smithi131 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:21.083 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1705834399,"num_remapped_pgs":0} 2024-01-21T10:53:21.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:20.333268+0000 mgr.smithi131.icwxxw (mgr.14180) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:21.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:20.711683+0000 mon.smithi187 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.131:0/4241685039' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:21.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:20.771680+0000 mon.smithi187 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.187:0/2458971931' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:21.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:20.907216+0000 mon.smithi131 (mon.0) 273 : audit [INF] from='client.? 172.21.15.131:0/1264029320' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d46528c-0ff1-47f8-a2bf-12f64f446702"}]: dispatch 2024-01-21T10:53:21.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:20.910791+0000 mon.smithi131 (mon.0) 274 : audit [INF] from='client.? 172.21.15.131:0/1264029320' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d46528c-0ff1-47f8-a2bf-12f64f446702"}]': finished 2024-01-21T10:53:21.928 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:20.910843+0000 mon.smithi131 (mon.0) 275 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T10:53:21.928 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:20.910936+0000 mon.smithi131 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:21.928 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:20.911273+0000 mon.smithi131 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:21.928 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:20.911501+0000 mon.smithi131 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:21.928 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:20.911717+0000 mon.smithi131 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:21.929 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:20.911921+0000 mon.smithi131 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:21.929 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:20.912136+0000 mon.smithi131 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:21.929 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:20.912337+0000 mon.smithi131 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:21.929 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:20.912534+0000 mon.smithi131 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:22.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:20.333268+0000 mgr.smithi131.icwxxw (mgr.14180) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:22.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:20.711683+0000 mon.smithi187 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.131:0/4241685039' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:22.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:20.771680+0000 mon.smithi187 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.187:0/2458971931' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:22.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:20.907216+0000 mon.smithi131 (mon.0) 273 : audit [INF] from='client.? 172.21.15.131:0/1264029320' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d46528c-0ff1-47f8-a2bf-12f64f446702"}]: dispatch 2024-01-21T10:53:22.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:20.910791+0000 mon.smithi131 (mon.0) 274 : audit [INF] from='client.? 172.21.15.131:0/1264029320' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d46528c-0ff1-47f8-a2bf-12f64f446702"}]': finished 2024-01-21T10:53:22.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:20.910843+0000 mon.smithi131 (mon.0) 275 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T10:53:22.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:20.910936+0000 mon.smithi131 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:22.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:20.911273+0000 mon.smithi131 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:22.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:20.911501+0000 mon.smithi131 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:22.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:20.911717+0000 mon.smithi131 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:22.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:20.911921+0000 mon.smithi131 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:22.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:20.912136+0000 mon.smithi131 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:22.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:20.912337+0000 mon.smithi131 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:22.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:20.912534+0000 mon.smithi131 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:22.084 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:22.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:22.205571+0000 mon.smithi131 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.131:0/1783757101' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:23.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:22.205571+0000 mon.smithi131 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.131:0/1783757101' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T10:53:23.412 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:23.700 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:22.333537+0000 mgr.smithi131.icwxxw (mgr.14180) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:23.700 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:23.412388+0000 mon.smithi131 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.131:0/1483373884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:23.728 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:22.333537+0000 mgr.smithi131.icwxxw (mgr.14180) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:23.728 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:23.412388+0000 mon.smithi131 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.131:0/1483373884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:23.792 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705834400,"num_remapped_pgs":0} 2024-01-21T10:53:24.794 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:25.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:24.333757+0000 mgr.smithi131.icwxxw (mgr.14180) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:25.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:25.104497+0000 mon.smithi131 (mon.0) 286 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T10:53:25.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:25.105108+0000 mon.smithi131 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:25.888 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:24.333757+0000 mgr.smithi131.icwxxw (mgr.14180) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:25.889 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:25.104497+0000 mon.smithi131 (mon.0) 286 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T10:53:25.889 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:25.105108+0000 mon.smithi131 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:26.449 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:26.749 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:25.105623+0000 mgr.smithi131.icwxxw (mgr.14180) 40 : cephadm [INF] Deploying daemon osd.0 on smithi187 2024-01-21T10:53:26.749 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:26.449083+0000 mon.smithi131 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.131:0/4270612875' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:26.871 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:25.105623+0000 mgr.smithi131.icwxxw (mgr.14180) 40 : cephadm [INF] Deploying daemon osd.0 on smithi187 2024-01-21T10:53:26.871 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:26.449083+0000 mon.smithi131 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.131:0/4270612875' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:26.872 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705834400,"num_remapped_pgs":0} 2024-01-21T10:53:27.838 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:26.334030+0000 mgr.smithi131.icwxxw (mgr.14180) 41 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:27.838 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:27.102691+0000 mon.smithi131 (mon.0) 289 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T10:53:27.838 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:27.103251+0000 mon.smithi131 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:27.873 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:27.925 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:26.334030+0000 mgr.smithi131.icwxxw (mgr.14180) 41 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:27.925 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:27.102691+0000 mon.smithi131 (mon.0) 289 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T10:53:27.925 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:27.103251+0000 mon.smithi131 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:28.839 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:27.103737+0000 mgr.smithi131.icwxxw (mgr.14180) 42 : cephadm [INF] Deploying daemon osd.1 on smithi131 2024-01-21T10:53:29.003 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:27.103737+0000 mgr.smithi131.icwxxw (mgr.14180) 42 : cephadm [INF] Deploying daemon osd.1 on smithi131 2024-01-21T10:53:29.567 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:29.753 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:28.334232+0000 mgr.smithi131.icwxxw (mgr.14180) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:29.753 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:28.613839+0000 mon.smithi131 (mon.0) 291 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:29.753 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:28.614405+0000 mon.smithi131 (mon.0) 292 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T10:53:29.753 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:28.614911+0000 mon.smithi131 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:29.753 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:28.615361+0000 mgr.smithi131.icwxxw (mgr.14180) 44 : cephadm [INF] Deploying daemon osd.2 on smithi187 2024-01-21T10:53:29.753 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:29.566306+0000 mon.smithi131 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.131:0/855057206' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:29.847 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:28.334232+0000 mgr.smithi131.icwxxw (mgr.14180) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:29.847 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:28.613839+0000 mon.smithi131 (mon.0) 291 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:29.847 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:28.614405+0000 mon.smithi131 (mon.0) 292 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T10:53:29.847 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:28.614911+0000 mon.smithi131 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:29.847 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:28.615361+0000 mgr.smithi131.icwxxw (mgr.14180) 44 : cephadm [INF] Deploying daemon osd.2 on smithi187 2024-01-21T10:53:29.847 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:29.566306+0000 mon.smithi131 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.131:0/855057206' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:30.034 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705834400,"num_remapped_pgs":0} 2024-01-21T10:53:31.036 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:32.100 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:30.334574+0000 mgr.smithi131.icwxxw (mgr.14180) 45 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:32.100 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:30.967255+0000 mon.smithi131 (mon.0) 295 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:32.100 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:30.967953+0000 mon.smithi131 (mon.0) 296 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T10:53:32.100 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:30.968485+0000 mon.smithi131 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:32.100 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:30.968931+0000 mgr.smithi131.icwxxw (mgr.14180) 46 : cephadm [INF] Deploying daemon osd.3 on smithi131 2024-01-21T10:53:32.100 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:31.819181+0000 mon.smithi187 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.187:6800/3242955711,v1:172.21.15.187:6801/3242955711]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T10:53:32.100 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:31.819683+0000 mon.smithi131 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T10:53:32.192 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:30.334574+0000 mgr.smithi131.icwxxw (mgr.14180) 45 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:32.192 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:30.967255+0000 mon.smithi131 (mon.0) 295 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:32.192 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:30.967953+0000 mon.smithi131 (mon.0) 296 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T10:53:32.192 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:30.968485+0000 mon.smithi131 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:32.192 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:30.968931+0000 mgr.smithi131.icwxxw (mgr.14180) 46 : cephadm [INF] Deploying daemon osd.3 on smithi131 2024-01-21T10:53:32.193 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:31.819181+0000 mon.smithi187 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.187:6800/3242955711,v1:172.21.15.187:6801/3242955711]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T10:53:32.193 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:31.819683+0000 mon.smithi131 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T10:53:32.858 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:33.337 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705834400,"num_remapped_pgs":0} 2024-01-21T10:53:33.363 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.322171+0000 mon.smithi131 (mon.0) 299 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:33.363 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.322853+0000 mon.smithi131 (mon.0) 300 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T10:53:33.363 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.323438+0000 mon.smithi131 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:33.363 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:32.323910+0000 mgr.smithi131.icwxxw (mgr.14180) 47 : cephadm [INF] Deploying daemon osd.4 on smithi187 2024-01-21T10:53:33.363 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:32.334760+0000 mgr.smithi131.icwxxw (mgr.14180) 48 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:33.363 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.358816+0000 mon.smithi131 (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T10:53:33.363 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:32.358884+0000 mon.smithi131 (mon.0) 303 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T10:53:33.363 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.359011+0000 mon.smithi131 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:33.363 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.359383+0000 mon.smithi131 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:33.364 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.359621+0000 mon.smithi131 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:33.364 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.359851+0000 mon.smithi131 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:33.364 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.360092+0000 mon.smithi131 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:33.364 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.360321+0000 mon.smithi131 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:33.364 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.360559+0000 mon.smithi131 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:33.364 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.360785+0000 mon.smithi131 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:33.364 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.361946+0000 mon.smithi187 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.187:6800/3242955711,v1:172.21.15.187:6801/3242955711]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:33.364 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.362301+0000 mon.smithi131 (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:33.364 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:32.780733+0000 mon.smithi131 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.131:0/665455254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:33.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.322171+0000 mon.smithi131 (mon.0) 299 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:33.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.322853+0000 mon.smithi131 (mon.0) 300 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T10:53:33.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.323438+0000 mon.smithi131 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:33.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:32.323910+0000 mgr.smithi131.icwxxw (mgr.14180) 47 : cephadm [INF] Deploying daemon osd.4 on smithi187 2024-01-21T10:53:33.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:32.334760+0000 mgr.smithi131.icwxxw (mgr.14180) 48 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:33.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.358816+0000 mon.smithi131 (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T10:53:33.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:32.358884+0000 mon.smithi131 (mon.0) 303 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T10:53:33.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.359011+0000 mon.smithi131 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:33.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.359383+0000 mon.smithi131 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:33.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.359621+0000 mon.smithi131 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:33.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.359851+0000 mon.smithi131 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:33.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.360092+0000 mon.smithi131 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:33.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.360321+0000 mon.smithi131 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:33.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.360559+0000 mon.smithi131 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:33.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.360785+0000 mon.smithi131 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:33.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.361946+0000 mon.smithi187 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.187:6800/3242955711,v1:172.21.15.187:6801/3242955711]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:33.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.362301+0000 mon.smithi131 (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:33.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:32.780733+0000 mon.smithi131 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.131:0/665455254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:34.338 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:34.622 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:33.360575+0000 mon.smithi131 (mon.0) 314 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-21T10:53:34.622 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:33.360655+0000 mon.smithi131 (mon.0) 315 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T10:53:34.622 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:33.360751+0000 mon.smithi131 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:34.622 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:33.361016+0000 mon.smithi131 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:34.622 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:33.361154+0000 mon.smithi131 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:34.622 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:33.361306+0000 mon.smithi131 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:34.622 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:33.361439+0000 mon.smithi131 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:34.622 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:33.361592+0000 mon.smithi131 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:34.622 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:33.361724+0000 mon.smithi131 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:34.622 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:33.361870+0000 mon.smithi131 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:34.622 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:33.363577+0000 mon.smithi131 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:34.622 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:34.217019+0000 mon.smithi131 (mon.0) 325 : audit [INF] from='osd.1 [v2:172.21.15.131:6802/4078237738,v1:172.21.15.131:6803/4078237738]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T10:53:34.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:33.360575+0000 mon.smithi131 (mon.0) 314 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-21T10:53:34.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:33.360655+0000 mon.smithi131 (mon.0) 315 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T10:53:34.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:33.360751+0000 mon.smithi131 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:34.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:33.361016+0000 mon.smithi131 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:34.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:33.361154+0000 mon.smithi131 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:34.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:33.361306+0000 mon.smithi131 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:34.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:33.361439+0000 mon.smithi131 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:34.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:33.361592+0000 mon.smithi131 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:34.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:33.361724+0000 mon.smithi131 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:34.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:33.361870+0000 mon.smithi131 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:34.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:33.363577+0000 mon.smithi131 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:34.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:34.217019+0000 mon.smithi131 (mon.0) 325 : audit [INF] from='osd.1 [v2:172.21.15.131:6802/4078237738,v1:172.21.15.131:6803/4078237738]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T10:53:35.369 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:32.825692+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:35.369 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:32.825745+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:35.369 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:34.334977+0000 mgr.smithi131.icwxxw (mgr.14180) 49 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:35.369 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:34.365607+0000 mon.smithi131 (mon.0) 326 : cluster [INF] osd.0 [v2:172.21.15.187:6800/3242955711,v1:172.21.15.187:6801/3242955711] boot 2024-01-21T10:53:35.369 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:34.365679+0000 mon.smithi131 (mon.0) 327 : audit [INF] from='osd.1 [v2:172.21.15.131:6802/4078237738,v1:172.21.15.131:6803/4078237738]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T10:53:35.369 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:34.365735+0000 mon.smithi131 (mon.0) 328 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T10:53:35.369 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:34.366055+0000 mon.smithi131 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:35.370 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:34.366466+0000 mon.smithi131 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:35.370 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:34.366642+0000 mon.smithi131 (mon.0) 331 : audit [INF] from='osd.1 [v2:172.21.15.131:6802/4078237738,v1:172.21.15.131:6803/4078237738]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-21T10:53:35.370 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:34.366912+0000 mon.smithi131 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:35.370 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:34.367111+0000 mon.smithi131 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:35.370 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:34.367307+0000 mon.smithi131 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:35.370 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:34.367498+0000 mon.smithi131 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:35.370 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:34.367708+0000 mon.smithi131 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:35.370 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:34.367901+0000 mon.smithi131 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:35.670 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:32.825692+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:35.670 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:32.825745+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:35.670 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:34.334977+0000 mgr.smithi131.icwxxw (mgr.14180) 49 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T10:53:35.670 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:34.365607+0000 mon.smithi131 (mon.0) 326 : cluster [INF] osd.0 [v2:172.21.15.187:6800/3242955711,v1:172.21.15.187:6801/3242955711] boot 2024-01-21T10:53:35.670 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:34.365679+0000 mon.smithi131 (mon.0) 327 : audit [INF] from='osd.1 [v2:172.21.15.131:6802/4078237738,v1:172.21.15.131:6803/4078237738]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T10:53:35.670 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:34.365735+0000 mon.smithi131 (mon.0) 328 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T10:53:35.670 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:34.366055+0000 mon.smithi131 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T10:53:35.670 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:34.366466+0000 mon.smithi131 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:35.671 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:34.366642+0000 mon.smithi131 (mon.0) 331 : audit [INF] from='osd.1 [v2:172.21.15.131:6802/4078237738,v1:172.21.15.131:6803/4078237738]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-21T10:53:35.671 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:34.366912+0000 mon.smithi131 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:35.671 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:34.367111+0000 mon.smithi131 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:35.671 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:34.367307+0000 mon.smithi131 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:35.671 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:34.367498+0000 mon.smithi131 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:35.671 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:34.367708+0000 mon.smithi131 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:35.671 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:34.367901+0000 mon.smithi131 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:36.074 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:36.509 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1705834414,"num_in_osds":8,"osd_in_since":1705834400,"num_remapped_pgs":0} 2024-01-21T10:53:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:35.365486+0000 mon.smithi131 (mon.0) 338 : audit [INF] from='osd.1 [v2:172.21.15.131:6802/4078237738,v1:172.21.15.131:6803/4078237738]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-21T10:53:36.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:35.365530+0000 mon.smithi131 (mon.0) 339 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T10:53:36.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:35.365836+0000 mon.smithi131 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:36.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:35.366121+0000 mon.smithi131 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:36.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:35.366564+0000 mon.smithi131 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:36.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:35.366724+0000 mon.smithi131 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:36.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:35.366838+0000 mon.smithi131 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:36.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:35.370526+0000 mon.smithi131 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:36.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:35.370742+0000 mon.smithi131 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:36.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:35.370931+0000 mon.smithi131 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:36.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:35.515493+0000 mon.smithi187 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.187:6808/2893444430,v1:172.21.15.187:6809/2893444430]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T10:53:36.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:35.515876+0000 mon.smithi131 (mon.0) 348 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T10:53:36.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:35.558616+0000 mon.smithi131 (mon.0) 349 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:36.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:35.559455+0000 mon.smithi131 (mon.0) 350 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T10:53:36.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:35.560041+0000 mon.smithi131 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:36.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:35.560562+0000 mgr.smithi131.icwxxw (mgr.14180) 50 : cephadm [INF] Deploying daemon osd.5 on smithi131 2024-01-21T10:53:36.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:36.073856+0000 mon.smithi131 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.131:0/3464703959' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:36.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:36.214350+0000 mon.smithi131 (mon.0) 353 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:36.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:36.215057+0000 mon.smithi131 (mon.0) 354 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T10:53:36.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:36.215645+0000 mon.smithi131 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:36.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:35.365486+0000 mon.smithi131 (mon.0) 338 : audit [INF] from='osd.1 [v2:172.21.15.131:6802/4078237738,v1:172.21.15.131:6803/4078237738]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-21T10:53:36.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:35.365530+0000 mon.smithi131 (mon.0) 339 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:35.365836+0000 mon.smithi131 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:35.366121+0000 mon.smithi131 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:35.366564+0000 mon.smithi131 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:35.366724+0000 mon.smithi131 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:35.366838+0000 mon.smithi131 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:35.370526+0000 mon.smithi131 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:35.370742+0000 mon.smithi131 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:35.370931+0000 mon.smithi131 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:35.515493+0000 mon.smithi187 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.187:6808/2893444430,v1:172.21.15.187:6809/2893444430]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:35.515876+0000 mon.smithi131 (mon.0) 348 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:35.558616+0000 mon.smithi131 (mon.0) 349 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:35.559455+0000 mon.smithi131 (mon.0) 350 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:35.560041+0000 mon.smithi131 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:35.560562+0000 mgr.smithi131.icwxxw (mgr.14180) 50 : cephadm [INF] Deploying daemon osd.5 on smithi131 2024-01-21T10:53:36.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:36.073856+0000 mon.smithi131 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.131:0/3464703959' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:36.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:36.214350+0000 mon.smithi131 (mon.0) 353 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:36.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:36.215057+0000 mon.smithi131 (mon.0) 354 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T10:53:36.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:36.215645+0000 mon.smithi131 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:37.510 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:37.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:35.182993+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:37.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:35.183037+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:37.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:36.216189+0000 mgr.smithi131.icwxxw (mgr.14180) 51 : cephadm [INF] Deploying daemon osd.6 on smithi187 2024-01-21T10:53:37.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:36.335352+0000 mgr.smithi131.icwxxw (mgr.14180) 52 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T10:53:37.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:36.370349+0000 mon.smithi131 (mon.0) 356 : cluster [INF] osd.1 [v2:172.21.15.131:6802/4078237738,v1:172.21.15.131:6803/4078237738] boot 2024-01-21T10:53:37.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:36.370391+0000 mon.smithi131 (mon.0) 357 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T10:53:37.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:36.370449+0000 mon.smithi131 (mon.0) 358 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-01-21T10:53:37.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:36.370746+0000 mon.smithi131 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:37.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:36.371028+0000 mon.smithi131 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:37.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:36.371225+0000 mon.smithi131 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:37.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:36.371401+0000 mon.smithi131 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:37.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:36.371533+0000 mon.smithi131 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:37.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:36.371677+0000 mon.smithi131 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:37.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:36.371806+0000 mon.smithi131 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:37.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:36.372997+0000 mon.smithi187 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.187:6808/2893444430,v1:172.21.15.187:6809/2893444430]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:37.643 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:36.376438+0000 mon.smithi131 (mon.0) 366 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:37.655 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:35.182993+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:37.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:35.183037+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:37.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:36.216189+0000 mgr.smithi131.icwxxw (mgr.14180) 51 : cephadm [INF] Deploying daemon osd.6 on smithi187 2024-01-21T10:53:37.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:36.335352+0000 mgr.smithi131.icwxxw (mgr.14180) 52 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T10:53:37.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:36.370349+0000 mon.smithi131 (mon.0) 356 : cluster [INF] osd.1 [v2:172.21.15.131:6802/4078237738,v1:172.21.15.131:6803/4078237738] boot 2024-01-21T10:53:37.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:36.370391+0000 mon.smithi131 (mon.0) 357 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T10:53:37.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:36.370449+0000 mon.smithi131 (mon.0) 358 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-01-21T10:53:37.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:36.370746+0000 mon.smithi131 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T10:53:37.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:36.371028+0000 mon.smithi131 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:37.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:36.371225+0000 mon.smithi131 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:37.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:36.371401+0000 mon.smithi131 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:37.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:36.371533+0000 mon.smithi131 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:37.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:36.371677+0000 mon.smithi131 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:37.656 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:36.371806+0000 mon.smithi131 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:37.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:36.372997+0000 mon.smithi187 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.187:6808/2893444430,v1:172.21.15.187:6809/2893444430]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:37.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:36.376438+0000 mon.smithi131 (mon.0) 366 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:38.578 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:37.376673+0000 mon.smithi131 (mon.0) 367 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-21T10:53:38.578 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:37.376734+0000 mon.smithi131 (mon.0) 368 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-01-21T10:53:38.578 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:37.377040+0000 mon.smithi131 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:38.578 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:37.377284+0000 mon.smithi131 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:38.579 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:37.377454+0000 mon.smithi131 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:38.579 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:37.377597+0000 mon.smithi131 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:38.579 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:37.380182+0000 mon.smithi131 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:38.579 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:37.380402+0000 mon.smithi131 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:38.579 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:37.380609+0000 mon.smithi131 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:38.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:37.376673+0000 mon.smithi131 (mon.0) 367 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-21T10:53:38.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:37.376734+0000 mon.smithi131 (mon.0) 368 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-01-21T10:53:38.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:37.377040+0000 mon.smithi131 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:38.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:37.377284+0000 mon.smithi131 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:38.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:37.377454+0000 mon.smithi131 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:38.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:37.377597+0000 mon.smithi131 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:38.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:37.380182+0000 mon.smithi131 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:38.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:37.380402+0000 mon.smithi131 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:38.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:37.380609+0000 mon.smithi131 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:38.922 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:39.371 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":20,"num_osds":8,"num_up_osds":3,"osd_up_since":1705834418,"num_in_osds":8,"osd_in_since":1705834400,"num_remapped_pgs":0} 2024-01-21T10:53:39.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:36.489971+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:39.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:36.490046+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:39.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:38.335781+0000 mgr.smithi131.icwxxw (mgr.14180) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T10:53:39.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:38.381077+0000 mon.smithi131 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:39.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:38.385952+0000 mon.smithi131 (mon.0) 377 : cluster [INF] osd.2 [v2:172.21.15.187:6808/2893444430,v1:172.21.15.187:6809/2893444430] boot 2024-01-21T10:53:39.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:38.385998+0000 mon.smithi131 (mon.0) 378 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-21T10:53:39.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:38.386113+0000 mon.smithi131 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:39.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:38.386516+0000 mon.smithi131 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:39.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:38.386685+0000 mon.smithi131 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:39.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:38.386832+0000 mon.smithi131 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:39.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:38.386979+0000 mon.smithi131 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:39.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:38.387125+0000 mon.smithi131 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:39.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:38.387304+0000 mon.smithi131 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 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-21T10:53:39.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:38.779205+0000 mon.smithi187 (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.131:6810/3480173633,v1:172.21.15.131:6811/3480173633]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T10:53:39.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:38.779884+0000 mon.smithi131 (mon.0) 386 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T10:53:39.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:38.921397+0000 mon.smithi131 (mon.0) 387 : audit [DBG] from='client.? 172.21.15.131:0/2294086944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:39.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:36.489971+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:39.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:36.490046+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:39.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:38.335781+0000 mgr.smithi131.icwxxw (mgr.14180) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T10:53:39.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:38.381077+0000 mon.smithi131 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:39.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:38.385952+0000 mon.smithi131 (mon.0) 377 : cluster [INF] osd.2 [v2:172.21.15.187:6808/2893444430,v1:172.21.15.187:6809/2893444430] boot 2024-01-21T10:53:39.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:38.385998+0000 mon.smithi131 (mon.0) 378 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-21T10:53:39.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:38.386113+0000 mon.smithi131 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T10:53:39.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:38.386516+0000 mon.smithi131 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:39.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:38.386685+0000 mon.smithi131 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:39.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:38.386832+0000 mon.smithi131 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:39.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:38.386979+0000 mon.smithi131 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:39.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:38.387125+0000 mon.smithi131 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:39.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:38.387304+0000 mon.smithi131 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 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-21T10:53:39.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:38.779205+0000 mon.smithi187 (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.131:6810/3480173633,v1:172.21.15.131:6811/3480173633]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T10:53:39.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:38.779884+0000 mon.smithi131 (mon.0) 386 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T10:53:39.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:38.921397+0000 mon.smithi131 (mon.0) 387 : audit [DBG] from='client.? 172.21.15.131:0/2294086944' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:40.372 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:40.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.388827+0000 mon.smithi131 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 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-21T10:53:40.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.388871+0000 mon.smithi131 (mon.0) 389 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T10:53:40.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:39.388907+0000 mon.smithi131 (mon.0) 390 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-21T10:53:40.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.389007+0000 mon.smithi131 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:40.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.389317+0000 mon.smithi131 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:40.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.389471+0000 mon.smithi131 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:40.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.389663+0000 mon.smithi131 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:40.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.389842+0000 mon.smithi131 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:40.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.390330+0000 mon.smithi131 (mon.0) 396 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T10:53:40.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.393605+0000 mon.smithi187 (mon.1) 16 : audit [INF] from='osd.3 [v2:172.21.15.131:6810/3480173633,v1:172.21.15.131:6811/3480173633]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-21T10:53:40.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.393969+0000 mon.smithi131 (mon.0) 397 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-21T10:53:40.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.394313+0000 mon.smithi187 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.187:6816/98517649,v1:172.21.15.187:6817/98517649]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T10:53:40.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.394652+0000 mon.smithi131 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T10:53:40.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.813748+0000 mon.smithi131 (mon.0) 399 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:40.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.814395+0000 mon.smithi131 (mon.0) 400 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T10:53:40.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.814947+0000 mon.smithi131 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:40.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:39.815387+0000 mgr.smithi131.icwxxw (mgr.14180) 54 : cephadm [INF] Deploying daemon osd.7 on smithi131 2024-01-21T10:53:40.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:39.995573+0000 mon.smithi131 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:40.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.388827+0000 mon.smithi131 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 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-21T10:53:40.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.388871+0000 mon.smithi131 (mon.0) 389 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T10:53:40.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:39.388907+0000 mon.smithi131 (mon.0) 390 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-21T10:53:40.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.389007+0000 mon.smithi131 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:40.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.389317+0000 mon.smithi131 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:40.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.389471+0000 mon.smithi131 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:40.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.389663+0000 mon.smithi131 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:40.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.389842+0000 mon.smithi131 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:40.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.390330+0000 mon.smithi131 (mon.0) 396 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T10:53:40.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.393605+0000 mon.smithi187 (mon.1) 16 : audit [INF] from='osd.3 [v2:172.21.15.131:6810/3480173633,v1:172.21.15.131:6811/3480173633]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-21T10:53:40.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.393969+0000 mon.smithi131 (mon.0) 397 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-21T10:53:40.783 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.394313+0000 mon.smithi187 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.187:6816/98517649,v1:172.21.15.187:6817/98517649]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T10:53:40.783 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.394652+0000 mon.smithi131 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T10:53:40.783 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.813748+0000 mon.smithi131 (mon.0) 399 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:40.783 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.814395+0000 mon.smithi131 (mon.0) 400 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T10:53:40.783 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.814947+0000 mon.smithi131 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:40.783 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:39.815387+0000 mgr.smithi131.icwxxw (mgr.14180) 54 : cephadm [INF] Deploying daemon osd.7 on smithi131 2024-01-21T10:53:40.783 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:39.995573+0000 mon.smithi131 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:41.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:40.336098+0000 mgr.smithi131.icwxxw (mgr.14180) 55 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T10:53:41.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:40.391810+0000 mon.smithi131 (mon.0) 403 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T10:53:41.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:40.391899+0000 mon.smithi131 (mon.0) 404 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-21T10:53:41.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:40.391979+0000 mon.smithi131 (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T10:53:41.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:40.392066+0000 mon.smithi131 (mon.0) 406 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-21T10:53:41.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:40.392489+0000 mon.smithi131 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:41.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:40.392639+0000 mon.smithi187 (mon.1) 18 : audit [INF] from='osd.4 [v2:172.21.15.187:6816/98517649,v1:172.21.15.187:6817/98517649]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:41.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:40.392741+0000 mon.smithi131 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:41.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:40.392912+0000 mon.smithi131 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:41.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:40.393166+0000 mon.smithi131 (mon.0) 410 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:41.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:40.397071+0000 mon.smithi131 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:41.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:40.397277+0000 mon.smithi131 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:41.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:40.398839+0000 mon.smithi131 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:41.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:41.360025+0000 mon.smithi131 (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-21T10:53:41.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:41.360097+0000 mon.smithi131 (mon.0) 415 : cluster [INF] osd.3 [v2:172.21.15.131:6810/3480173633,v1:172.21.15.131:6811/3480173633] boot 2024-01-21T10:53:41.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:41.360123+0000 mon.smithi131 (mon.0) 416 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2024-01-21T10:53:41.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:41.360469+0000 mon.smithi131 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:41.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:41.360904+0000 mon.smithi131 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:41.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:41.362813+0000 mon.smithi131 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:41.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:41.362978+0000 mon.smithi131 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:41.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:41.363124+0000 mon.smithi131 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:41.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:41.363783+0000 mon.smithi131 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:41.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:40.336098+0000 mgr.smithi131.icwxxw (mgr.14180) 55 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T10:53:41.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:40.391810+0000 mon.smithi131 (mon.0) 403 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T10:53:41.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:40.391899+0000 mon.smithi131 (mon.0) 404 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-21T10:53:41.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:40.391979+0000 mon.smithi131 (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T10:53:41.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:40.392066+0000 mon.smithi131 (mon.0) 406 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-21T10:53:41.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:40.392489+0000 mon.smithi131 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:41.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:40.392639+0000 mon.smithi187 (mon.1) 18 : audit [INF] from='osd.4 [v2:172.21.15.187:6816/98517649,v1:172.21.15.187:6817/98517649]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:41.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:40.392741+0000 mon.smithi131 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:41.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:40.392912+0000 mon.smithi131 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:41.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:40.393166+0000 mon.smithi131 (mon.0) 410 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:41.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:40.397071+0000 mon.smithi131 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:41.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:40.397277+0000 mon.smithi131 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:41.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:40.398839+0000 mon.smithi131 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:41.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:41.360025+0000 mon.smithi131 (mon.0) 414 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-21T10:53:41.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:41.360097+0000 mon.smithi131 (mon.0) 415 : cluster [INF] osd.3 [v2:172.21.15.131:6810/3480173633,v1:172.21.15.131:6811/3480173633] boot 2024-01-21T10:53:41.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:41.360123+0000 mon.smithi131 (mon.0) 416 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2024-01-21T10:53:41.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:41.360469+0000 mon.smithi131 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T10:53:41.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:41.360904+0000 mon.smithi131 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:41.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:41.362813+0000 mon.smithi131 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:41.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:41.362978+0000 mon.smithi131 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:41.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:41.363124+0000 mon.smithi131 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:41.679 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:41.363783+0000 mon.smithi131 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:42.397 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:39.759735+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:42.397 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:39.759794+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:42.482 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:42.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:40.378085+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:42.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:40.378131+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:42.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:42.115104+0000 mon.smithi131 (mon.0) 423 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:42.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:42.365560+0000 mon.smithi131 (mon.0) 424 : cluster [INF] osd.4 [v2:172.21.15.187:6816/98517649,v1:172.21.15.187:6817/98517649] boot 2024-01-21T10:53:42.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:42.365606+0000 mon.smithi131 (mon.0) 425 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-21T10:53:42.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:42.365743+0000 mon.smithi131 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:42.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:42.366265+0000 mon.smithi131 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:42.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:42.366520+0000 mon.smithi131 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:42.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:42.366728+0000 mon.smithi131 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:42.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:39.759735+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:42.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:39.759794+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:42.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:40.378085+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:42.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:40.378131+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:42.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:42.115104+0000 mon.smithi131 (mon.0) 423 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:42.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:42.365560+0000 mon.smithi131 (mon.0) 424 : cluster [INF] osd.4 [v2:172.21.15.187:6816/98517649,v1:172.21.15.187:6817/98517649] boot 2024-01-21T10:53:42.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:42.365606+0000 mon.smithi131 (mon.0) 425 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-21T10:53:42.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:42.365743+0000 mon.smithi131 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T10:53:42.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:42.366265+0000 mon.smithi131 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:42.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:42.366520+0000 mon.smithi131 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:42.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:42.366728+0000 mon.smithi131 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:42.824 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":24,"num_osds":8,"num_up_osds":5,"osd_up_since":1705834422,"num_in_osds":8,"osd_in_since":1705834400,"num_remapped_pgs":0} 2024-01-21T10:53:43.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:42.336387+0000 mgr.smithi131.icwxxw (mgr.14180) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T10:53:43.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:42.481223+0000 mon.smithi131 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.131:0/2890744189' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:43.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:43.034211+0000 mon.smithi131 (mon.0) 431 : audit [INF] from='osd.5 [v2:172.21.15.131:6818/1484332706,v1:172.21.15.131:6819/1484332706]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T10:53:43.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:43.178709+0000 mon.smithi187 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.187:6824/1281355291,v1:172.21.15.187:6825/1281355291]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T10:53:43.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:43.179131+0000 mon.smithi131 (mon.0) 432 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T10:53:43.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:43.370775+0000 mon.smithi131 (mon.0) 433 : audit [INF] from='osd.5 [v2:172.21.15.131:6818/1484332706,v1:172.21.15.131:6819/1484332706]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T10:53:43.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:43.370844+0000 mon.smithi131 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T10:53:43.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:43.370910+0000 mon.smithi131 (mon.0) 435 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-21T10:53:43.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:43.371031+0000 mon.smithi131 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:43.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:43.371302+0000 mon.smithi131 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:43.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:43.371432+0000 mon.smithi187 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.187:6824/1281355291,v1:172.21.15.187:6825/1281355291]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:43.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:43.371494+0000 mon.smithi131 (mon.0) 438 : audit [INF] from='osd.5 [v2:172.21.15.131:6818/1484332706,v1:172.21.15.131:6819/1484332706]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-21T10:53:43.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:43.371846+0000 mon.smithi131 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:43.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:43.372108+0000 mon.smithi131 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:43.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:42.336387+0000 mgr.smithi131.icwxxw (mgr.14180) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T10:53:43.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:42.481223+0000 mon.smithi131 (mon.0) 430 : audit [DBG] from='client.? 172.21.15.131:0/2890744189' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:43.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:43.034211+0000 mon.smithi131 (mon.0) 431 : audit [INF] from='osd.5 [v2:172.21.15.131:6818/1484332706,v1:172.21.15.131:6819/1484332706]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T10:53:43.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:43.178709+0000 mon.smithi187 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.187:6824/1281355291,v1:172.21.15.187:6825/1281355291]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T10:53:43.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:43.179131+0000 mon.smithi131 (mon.0) 432 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T10:53:43.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:43.370775+0000 mon.smithi131 (mon.0) 433 : audit [INF] from='osd.5 [v2:172.21.15.131:6818/1484332706,v1:172.21.15.131:6819/1484332706]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T10:53:43.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:43.370844+0000 mon.smithi131 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T10:53:43.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:43.370910+0000 mon.smithi131 (mon.0) 435 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-21T10:53:43.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:43.371031+0000 mon.smithi131 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:43.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:43.371302+0000 mon.smithi131 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:43.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:43.371432+0000 mon.smithi187 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.187:6824/1281355291,v1:172.21.15.187:6825/1281355291]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:43.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:43.371494+0000 mon.smithi131 (mon.0) 438 : audit [INF] from='osd.5 [v2:172.21.15.131:6818/1484332706,v1:172.21.15.131:6819/1484332706]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-21T10:53:43.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:43.371846+0000 mon.smithi131 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:43.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:43.372108+0000 mon.smithi131 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2024-01-21T10:53:43.825 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:45.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:43.764073+0000 mon.smithi131 (mon.0) 441 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:45.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:44.370073+0000 mon.smithi131 (mon.0) 442 : audit [INF] from='osd.5 [v2:172.21.15.131:6818/1484332706,v1:172.21.15.131:6819/1484332706]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-21T10:53:45.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:44.370140+0000 mon.smithi131 (mon.0) 443 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-21T10:53:45.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:44.370181+0000 mon.smithi131 (mon.0) 444 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-01-21T10:53:45.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:44.370305+0000 mon.smithi131 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:45.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:44.370588+0000 mon.smithi131 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:45.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:44.370997+0000 mon.smithi131 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:45.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:44.373366+0000 mon.smithi131 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:45.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:44.374487+0000 mon.smithi131 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:45.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:43.764073+0000 mon.smithi131 (mon.0) 441 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:45.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:44.370073+0000 mon.smithi131 (mon.0) 442 : audit [INF] from='osd.5 [v2:172.21.15.131:6818/1484332706,v1:172.21.15.131:6819/1484332706]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-21T10:53:45.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:44.370140+0000 mon.smithi131 (mon.0) 443 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2024-01-21T10:53:45.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:44.370181+0000 mon.smithi131 (mon.0) 444 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-01-21T10:53:45.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:44.370305+0000 mon.smithi131 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:45.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:44.370588+0000 mon.smithi131 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:45.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:44.370997+0000 mon.smithi131 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:45.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:44.373366+0000 mon.smithi131 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:45.098 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:44.374487+0000 mon.smithi131 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:45.583 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:45.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:44.336724+0000 mgr.smithi131.icwxxw (mgr.14180) 57 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T10:53:45.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:45.374377+0000 mon.smithi131 (mon.0) 450 : cluster [INF] osd.6 [v2:172.21.15.187:6824/1281355291,v1:172.21.15.187:6825/1281355291] boot 2024-01-21T10:53:45.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:45.374417+0000 mon.smithi131 (mon.0) 451 : cluster [INF] osd.5 [v2:172.21.15.131:6818/1484332706,v1:172.21.15.131:6819/1484332706] boot 2024-01-21T10:53:45.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:45.374446+0000 mon.smithi131 (mon.0) 452 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-21T10:53:45.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:45.374725+0000 mon.smithi131 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:45.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:45.374901+0000 mon.smithi131 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:45.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:45.375063+0000 mon.smithi131 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:45.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:45.583851+0000 mon.smithi131 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.131:0/3223233398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:45.950 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":27,"num_osds":8,"num_up_osds":7,"osd_up_since":1705834425,"num_in_osds":8,"osd_in_since":1705834400,"num_remapped_pgs":0} 2024-01-21T10:53:46.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:44.336724+0000 mgr.smithi131.icwxxw (mgr.14180) 57 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T10:53:46.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:45.374377+0000 mon.smithi131 (mon.0) 450 : cluster [INF] osd.6 [v2:172.21.15.187:6824/1281355291,v1:172.21.15.187:6825/1281355291] boot 2024-01-21T10:53:46.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:45.374417+0000 mon.smithi131 (mon.0) 451 : cluster [INF] osd.5 [v2:172.21.15.131:6818/1484332706,v1:172.21.15.131:6819/1484332706] boot 2024-01-21T10:53:46.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:45.374446+0000 mon.smithi131 (mon.0) 452 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-21T10:53:46.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:45.374725+0000 mon.smithi131 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T10:53:46.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:45.374901+0000 mon.smithi131 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T10:53:46.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:45.375063+0000 mon.smithi131 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:46.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:45.583851+0000 mon.smithi131 (mon.0) 456 : audit [DBG] from='client.? 172.21.15.131:0/3223233398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:46.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:44.076412+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:46.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:44.076462+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:46.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:44.146834+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:46.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:44.146890+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:46.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:46.287116+0000 mon.smithi131 (mon.0) 457 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:46.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:46.288102+0000 mon.smithi131 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T10:53:46.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:46.288692+0000 mon.smithi131 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T10:53:46.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:46.289206+0000 mon.smithi131 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:46.951 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:47.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:44.076412+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:47.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:44.076462+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:47.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:44.146834+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:47.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:44.146890+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:47.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:46.287116+0000 mon.smithi131 (mon.0) 457 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:47.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:46.288102+0000 mon.smithi131 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T10:53:47.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:46.288692+0000 mon.smithi131 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T10:53:47.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:46.289206+0000 mon.smithi131 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:47.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:46.287821+0000 mgr.smithi131.icwxxw (mgr.14180) 58 : cephadm [INF] Reconfiguring mon.smithi131 (unknown last config time)... 2024-01-21T10:53:47.928 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:46.289681+0000 mgr.smithi131.icwxxw (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mon.smithi131 on smithi131 2024-01-21T10:53:47.928 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:46.337060+0000 mgr.smithi131.icwxxw (mgr.14180) 60 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T10:53:47.928 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:46.775951+0000 mon.smithi131 (mon.0) 461 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-21T10:53:47.928 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:46.776053+0000 mon.smithi131 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:47.928 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:46.963436+0000 mon.smithi131 (mon.0) 463 : audit [INF] from='osd.7 [v2:172.21.15.131:6826/702197327,v1:172.21.15.131:6827/702197327]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T10:53:47.928 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:47.173803+0000 mon.smithi131 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:47.928 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:47.174815+0000 mon.smithi131 (mon.0) 465 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi131.icwxxw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T10:53:47.928 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:47.175544+0000 mon.smithi131 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T10:53:47.928 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:47.176072+0000 mon.smithi131 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:46.287821+0000 mgr.smithi131.icwxxw (mgr.14180) 58 : cephadm [INF] Reconfiguring mon.smithi131 (unknown last config time)... 2024-01-21T10:53:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:46.289681+0000 mgr.smithi131.icwxxw (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mon.smithi131 on smithi131 2024-01-21T10:53:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:46.337060+0000 mgr.smithi131.icwxxw (mgr.14180) 60 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T10:53:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:46.775951+0000 mon.smithi131 (mon.0) 461 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-21T10:53:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:46.776053+0000 mon.smithi131 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:48.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:46.963436+0000 mon.smithi131 (mon.0) 463 : audit [INF] from='osd.7 [v2:172.21.15.131:6826/702197327,v1:172.21.15.131:6827/702197327]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T10:53:48.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:47.173803+0000 mon.smithi131 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:48.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:47.174815+0000 mon.smithi131 (mon.0) 465 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi131.icwxxw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T10:53:48.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:47.175544+0000 mon.smithi131 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T10:53:48.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:47.176072+0000 mon.smithi131 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:48.446 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:48.826 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":29,"num_osds":8,"num_up_osds":7,"osd_up_since":1705834425,"num_in_osds":8,"osd_in_since":1705834400,"num_remapped_pgs":0} 2024-01-21T10:53:48.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:47.174564+0000 mgr.smithi131.icwxxw (mgr.14180) 61 : cephadm [INF] Reconfiguring mgr.smithi131.icwxxw (unknown last config time)... 2024-01-21T10:53:48.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:47.176583+0000 mgr.smithi131.icwxxw (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mgr.smithi131.icwxxw on smithi131 2024-01-21T10:53:48.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:47.780306+0000 mon.smithi131 (mon.0) 468 : audit [INF] from='osd.7 [v2:172.21.15.131:6826/702197327,v1:172.21.15.131:6827/702197327]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T10:53:48.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:47.780347+0000 mon.smithi131 (mon.0) 469 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-21T10:53:48.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:47.780682+0000 mon.smithi131 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:48.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:47.780910+0000 mon.smithi131 (mon.0) 471 : audit [INF] from='osd.7 [v2:172.21.15.131:6826/702197327,v1:172.21.15.131:6827/702197327]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-21T10:53:48.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:48.410594+0000 mon.smithi131 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:48.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:48.446046+0000 mon.smithi131 (mon.0) 473 : audit [DBG] from='client.? 172.21.15.131:0/253087083' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:48.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:48.779819+0000 mon.smithi131 (mon.0) 474 : audit [INF] from='osd.7 [v2:172.21.15.131:6826/702197327,v1:172.21.15.131:6827/702197327]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-21T10:53:48.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:48.779866+0000 mon.smithi131 (mon.0) 475 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-01-21T10:53:48.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:48.779996+0000 mon.smithi131 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:48.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:48.783498+0000 mon.smithi131 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:49.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:47.174564+0000 mgr.smithi131.icwxxw (mgr.14180) 61 : cephadm [INF] Reconfiguring mgr.smithi131.icwxxw (unknown last config time)... 2024-01-21T10:53:49.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:47.176583+0000 mgr.smithi131.icwxxw (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mgr.smithi131.icwxxw on smithi131 2024-01-21T10:53:49.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:47.780306+0000 mon.smithi131 (mon.0) 468 : audit [INF] from='osd.7 [v2:172.21.15.131:6826/702197327,v1:172.21.15.131:6827/702197327]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T10:53:49.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:47.780347+0000 mon.smithi131 (mon.0) 469 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-21T10:53:49.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:47.780682+0000 mon.smithi131 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:49.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:47.780910+0000 mon.smithi131 (mon.0) 471 : audit [INF] from='osd.7 [v2:172.21.15.131:6826/702197327,v1:172.21.15.131:6827/702197327]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-01-21T10:53:49.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:48.410594+0000 mon.smithi131 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:49.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:48.446046+0000 mon.smithi131 (mon.0) 473 : audit [DBG] from='client.? 172.21.15.131:0/253087083' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:49.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:48.779819+0000 mon.smithi131 (mon.0) 474 : audit [INF] from='osd.7 [v2:172.21.15.131:6826/702197327,v1:172.21.15.131:6827/702197327]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-01-21T10:53:49.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:48.779866+0000 mon.smithi131 (mon.0) 475 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-01-21T10:53:49.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:48.779996+0000 mon.smithi131 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:49.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:48.783498+0000 mon.smithi131 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:49.827 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T10:53:50.060 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:48.337332+0000 mgr.smithi131.icwxxw (mgr.14180) 63 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T10:53:50.060 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:48.411408+0000 mgr.smithi131.icwxxw (mgr.14180) 64 : cephadm [INF] Reconfiguring alertmanager.smithi131 (dependencies changed)... 2024-01-21T10:53:50.060 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:48.417580+0000 mgr.smithi131.icwxxw (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon alertmanager.smithi131 on smithi131 2024-01-21T10:53:50.060 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:49.780980+0000 mon.smithi131 (mon.0) 478 : cluster [INF] osd.7 [v2:172.21.15.131:6826/702197327,v1:172.21.15.131:6827/702197327] boot 2024-01-21T10:53:50.060 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:49.781005+0000 mon.smithi131 (mon.0) 479 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-21T10:53:50.060 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:49.781222+0000 mon.smithi131 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:50.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:48.337332+0000 mgr.smithi131.icwxxw (mgr.14180) 63 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T10:53:50.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:48.411408+0000 mgr.smithi131.icwxxw (mgr.14180) 64 : cephadm [INF] Reconfiguring alertmanager.smithi131 (dependencies changed)... 2024-01-21T10:53:50.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:48.417580+0000 mgr.smithi131.icwxxw (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon alertmanager.smithi131 on smithi131 2024-01-21T10:53:50.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:49.780980+0000 mon.smithi131 (mon.0) 478 : cluster [INF] osd.7 [v2:172.21.15.131:6826/702197327,v1:172.21.15.131:6827/702197327] boot 2024-01-21T10:53:50.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:49.781005+0000 mon.smithi131 (mon.0) 479 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-21T10:53:50.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:49.781222+0000 mon.smithi131 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T10:53:51.013 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:47.997968+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:51.013 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:47.998023+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:51.014 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:50.782216+0000 mon.smithi131 (mon.0) 481 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-21T10:53:51.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:47.997968+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T10:53:51.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:47.998023+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T10:53:51.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:50.782216+0000 mon.smithi131 (mon.0) 481 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-21T10:53:51.498 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:51.879 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":32,"num_osds":8,"num_up_osds":8,"osd_up_since":1705834429,"num_in_osds":8,"osd_in_since":1705834400,"num_remapped_pgs":0} 2024-01-21T10:53:51.879 INFO:tasks.cephadm:Setting up client nodes... 2024-01-21T10:53:51.879 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T10:53:52.128 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:50.337712+0000 mgr.smithi131.icwxxw (mgr.14180) 66 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:53:52.128 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:51.497754+0000 mon.smithi131 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.131:0/94838314' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:52.128 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:51.784162+0000 mon.smithi131 (mon.0) 483 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-21T10:53:52.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:50.337712+0000 mgr.smithi131.icwxxw (mgr.14180) 66 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:53:52.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:51.497754+0000 mon.smithi131 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.131:0/94838314' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T10:53:52.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:51.784162+0000 mon.smithi131 (mon.0) 483 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-21T10:53:53.324 INFO:teuthology.orchestra.run.smithi131.stdout:[client.0] 2024-01-21T10:53:53.324 INFO:teuthology.orchestra.run.smithi131.stdout: key = AQDB96xlxVslExAALMW9r8ypqd2tgIfTdFKIDw== 2024-01-21T10:53:53.612 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:52.331787+0000 mon.smithi131 (mon.0) 484 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:53.613 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:52.332344+0000 mgr.smithi131.icwxxw (mgr.14180) 67 : cephadm [INF] Reconfiguring crash.smithi131 (monmap changed)... 2024-01-21T10:53:53.613 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:52.332566+0000 mon.smithi131 (mon.0) 485 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T10:53:53.613 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:52.333215+0000 mon.smithi131 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:53.613 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:52.333688+0000 mgr.smithi131.icwxxw (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon crash.smithi131 on smithi131 2024-01-21T10:53:53.613 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:52.337966+0000 mgr.smithi131.icwxxw (mgr.14180) 69 : cluster [DBG] pgmap v64: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:53:53.613 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:53.321044+0000 mon.smithi131 (mon.0) 487 : audit [INF] from='client.? 172.21.15.131:0/2345059791' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T10:53:53.613 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:53.324094+0000 mon.smithi131 (mon.0) 488 : audit [INF] from='client.? 172.21.15.131:0/2345059791' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T10:53:53.717 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-21T10:53:53.717 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-21T10:53:53.717 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-21T10:53:53.758 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T10:53:53.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:52.331787+0000 mon.smithi131 (mon.0) 484 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:53.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:52.332344+0000 mgr.smithi131.icwxxw (mgr.14180) 67 : cephadm [INF] Reconfiguring crash.smithi131 (monmap changed)... 2024-01-21T10:53:53.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:52.332566+0000 mon.smithi131 (mon.0) 485 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi131", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T10:53:53.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:52.333215+0000 mon.smithi131 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:53:53.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:52.333688+0000 mgr.smithi131.icwxxw (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon crash.smithi131 on smithi131 2024-01-21T10:53:53.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:52.337966+0000 mgr.smithi131.icwxxw (mgr.14180) 69 : cluster [DBG] pgmap v64: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:53:53.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:53.321044+0000 mon.smithi131 (mon.0) 487 : audit [INF] from='client.? 172.21.15.131:0/2345059791' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T10:53:53.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:53.324094+0000 mon.smithi131 (mon.0) 488 : audit [INF] from='client.? 172.21.15.131:0/2345059791' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T10:53:54.909 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:53.673782+0000 mon.smithi131 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:54.909 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:53.674406+0000 mgr.smithi131.icwxxw (mgr.14180) 70 : cephadm [INF] Reconfiguring grafana.smithi131 (dependencies changed)... 2024-01-21T10:53:54.909 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:53.706331+0000 mgr.smithi131.icwxxw (mgr.14180) 71 : cephadm [INF] Reconfiguring daemon grafana.smithi131 on smithi131 2024-01-21T10:53:55.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:53.673782+0000 mon.smithi131 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:55.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:53.674406+0000 mgr.smithi131.icwxxw (mgr.14180) 70 : cephadm [INF] Reconfiguring grafana.smithi131 (dependencies changed)... 2024-01-21T10:53:55.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:53.706331+0000 mgr.smithi131.icwxxw (mgr.14180) 71 : cephadm [INF] Reconfiguring daemon grafana.smithi131 on smithi131 2024-01-21T10:53:55.161 INFO:teuthology.orchestra.run.smithi187.stdout:[client.1] 2024-01-21T10:53:55.162 INFO:teuthology.orchestra.run.smithi187.stdout: key = AQDD96xlQg9SCRAAAgOWqK6jjjoXkaym+QfxAg== 2024-01-21T10:53:55.537 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-21T10:53:55.537 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-21T10:53:55.537 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-21T10:53:55.618 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T10:53:55.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:54.338374+0000 mgr.smithi131.icwxxw (mgr.14180) 72 : cluster [DBG] pgmap v65: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:53:55.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:55.155702+0000 mon.smithi187 (mon.1) 21 : audit [INF] from='client.? 172.21.15.187:0/276022601' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T10:53:55.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:55.156212+0000 mon.smithi131 (mon.0) 490 : 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-21T10:53:55.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:55.161702+0000 mon.smithi131 (mon.0) 491 : 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-21T10:53:55.911 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:53:55.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:54.338374+0000 mgr.smithi131.icwxxw (mgr.14180) 72 : cluster [DBG] pgmap v65: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:53:55.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:55.155702+0000 mon.smithi187 (mon.1) 21 : audit [INF] from='client.? 172.21.15.187:0/276022601' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T10:53:55.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:55.156212+0000 mon.smithi131 (mon.0) 490 : 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-21T10:53:55.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:55.161702+0000 mon.smithi131 (mon.0) 491 : 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-21T10:53:57.129 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:53:57.129 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":33,"fsid":"e5c272d8-b84a-11ee-95b0-87774f69a715","created":"2024-01-21T10:51:02.873327+0000","modified":"2024-01-21T10:53:51.779967+0000","last_up_change":"2024-01-21T10:53:49.777364+0000","last_in_change":"2024-01-21T10:53:20.907741+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-21T10:53:38.647640+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":"26","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":"30ebff9f-f087-45c2-889d-d73e4a146905","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.187:6800","nonce":3242955711},{"type":"v1","addr":"172.21.15.187:6801","nonce":3242955711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6802","nonce":3242955711},{"type":"v1","addr":"172.21.15.187:6803","nonce":3242955711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6806","nonce":3242955711},{"type":"v1","addr":"172.21.15.187:6807","nonce":3242955711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6804","nonce":3242955711},{"type":"v1","addr":"172.21.15.187:6805","nonce":3242955711}]},"public_addr":"172.21.15.187:6801/3242955711","cluster_addr":"172.21.15.187:6803/3242955711","heartbeat_back_addr":"172.21.15.187:6807/3242955711","heartbeat_front_addr":"172.21.15.187:6805/3242955711","state":["exists","up"]},{"osd":1,"uuid":"c66b46f7-2c4b-4a72-92bf-76ef6b3d2185","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":4078237738},{"type":"v1","addr":"172.21.15.131:6803","nonce":4078237738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":4078237738},{"type":"v1","addr":"172.21.15.131:6805","nonce":4078237738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":4078237738},{"type":"v1","addr":"172.21.15.131:6809","nonce":4078237738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":4078237738},{"type":"v1","addr":"172.21.15.131:6807","nonce":4078237738}]},"public_addr":"172.21.15.131:6803/4078237738","cluster_addr":"172.21.15.131:6805/4078237738","heartbeat_back_addr":"172.21.15.131:6809/4078237738","heartbeat_front_addr":"172.21.15.131:6807/4078237738","state":["exists","up"]},{"osd":2,"uuid":"300a289a-06bd-483c-8844-cedd6f39698e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6808","nonce":2893444430},{"type":"v1","addr":"172.21.15.187:6809","nonce":2893444430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6810","nonce":2893444430},{"type":"v1","addr":"172.21.15.187:6811","nonce":2893444430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6814","nonce":2893444430},{"type":"v1","addr":"172.21.15.187:6815","nonce":2893444430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6812","nonce":2893444430},{"type":"v1","addr":"172.21.15.187:6813","nonce":2893444430}]},"public_addr":"172.21.15.187:6809/2893444430","cluster_addr":"172.21.15.187:6811/2893444430","heartbeat_back_addr":"172.21.15.187:6815/2893444430","heartbeat_front_addr":"172.21.15.187:6813/2893444430","state":["exists","up"]},{"osd":3,"uuid":"c7a04d9f-89b9-40a0-acf1-19f0c07ce43d","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.131:6810","nonce":3480173633},{"type":"v1","addr":"172.21.15.131:6811","nonce":3480173633}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":3480173633},{"type":"v1","addr":"172.21.15.131:6813","nonce":3480173633}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":3480173633},{"type":"v1","addr":"172.21.15.131:6817","nonce":3480173633}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":3480173633},{"type":"v1","addr":"172.21.15.131:6815","nonce":3480173633}]},"public_addr":"172.21.15.131:6811/3480173633","cluster_addr":"172.21.15.131:6813/3480173633","heartbeat_back_addr":"172.21.15.131:6817/3480173633","heartbeat_front_addr":"172.21.15.131:6815/3480173633","state":["exists","up"]},{"osd":4,"uuid":"5d29c4e6-55ae-42dc-bbc6-501c03137bc1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6816","nonce":98517649},{"type":"v1","addr":"172.21.15.187:6817","nonce":98517649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6818","nonce":98517649},{"type":"v1","addr":"172.21.15.187:6819","nonce":98517649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6822","nonce":98517649},{"type":"v1","addr":"172.21.15.187:6823","nonce":98517649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6820","nonce":98517649},{"type":"v1","addr":"172.21.15.187:6821","nonce":98517649}]},"public_addr":"172.21.15.187:6817/98517649","cluster_addr":"172.21.15.187:6819/98517649","heartbeat_back_addr":"172.21.15.187:6823/98517649","heartbeat_front_addr":"172.21.15.187:6821/98517649","state":["exists","up"]},{"osd":5,"uuid":"18c0dcd5-e184-44e7-a69d-8f523d74773d","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.131:6818","nonce":1484332706},{"type":"v1","addr":"172.21.15.131:6819","nonce":1484332706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":1484332706},{"type":"v1","addr":"172.21.15.131:6821","nonce":1484332706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":1484332706},{"type":"v1","addr":"172.21.15.131:6825","nonce":1484332706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":1484332706},{"type":"v1","addr":"172.21.15.131:6823","nonce":1484332706}]},"public_addr":"172.21.15.131:6819/1484332706","cluster_addr":"172.21.15.131:6821/1484332706","heartbeat_back_addr":"172.21.15.131:6825/1484332706","heartbeat_front_addr":"172.21.15.131:6823/1484332706","state":["exists","up"]},{"osd":6,"uuid":"20e896c5-df10-4562-8ecc-12c7a104b701","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.187:6824","nonce":1281355291},{"type":"v1","addr":"172.21.15.187:6825","nonce":1281355291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6826","nonce":1281355291},{"type":"v1","addr":"172.21.15.187:6827","nonce":1281355291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6830","nonce":1281355291},{"type":"v1","addr":"172.21.15.187:6831","nonce":1281355291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6828","nonce":1281355291},{"type":"v1","addr":"172.21.15.187:6829","nonce":1281355291}]},"public_addr":"172.21.15.187:6825/1281355291","cluster_addr":"172.21.15.187:6827/1281355291","heartbeat_back_addr":"172.21.15.187:6831/1281355291","heartbeat_front_addr":"172.21.15.187:6829/1281355291","state":["exists","up"]},{"osd":7,"uuid":"9d46528c-0ff1-47f8-a2bf-12f64f446702","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.131:6826","nonce":702197327},{"type":"v1","addr":"172.21.15.131:6827","nonce":702197327}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":702197327},{"type":"v1","addr":"172.21.15.131:6829","nonce":702197327}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6832","nonce":702197327},{"type":"v1","addr":"172.21.15.131:6833","nonce":702197327}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":702197327},{"type":"v1","addr":"172.21.15.131:6831","nonce":702197327}]},"public_addr":"172.21.15.131:6827/702197327","cluster_addr":"172.21.15.131:6829/702197327","heartbeat_back_addr":"172.21.15.131:6833/702197327","heartbeat_front_addr":"172.21.15.131:6831/702197327","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-21T10:53:32.825749+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-21T10:53:35.183040+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-21T10:53:36.490049+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-21T10:53:39.759797+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-21T10:53:40.378133+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-21T10:53:44.076465+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-21T10:53:44.146893+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-21T10:53:47.998026+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.131:0/4129798208":"2024-01-22T10:52:28.322539+0000","172.21.15.131:6801/2757562409":"2024-01-22T10:52:28.322539+0000","172.21.15.131:0/110501841":"2024-01-22T10:51:49.886366+0000","172.21.15.131:6801/4186077628":"2024-01-22T10:51:49.886366+0000","172.21.15.131:0/1696879992":"2024-01-22T10:52:28.322539+0000","172.21.15.131:6800/4186077628":"2024-01-22T10:51:49.886366+0000","172.21.15.131:0/1985459074":"2024-01-22T10:51:49.886366+0000","172.21.15.131:0/2638685025":"2024-01-22T10:51:23.437498+0000","172.21.15.131:6800/2757562409":"2024-01-22T10:52:28.322539+0000","172.21.15.131:6800/1356513921":"2024-01-22T10:51:23.437498+0000","172.21.15.131:6801/1356513921":"2024-01-22T10:51:23.437498+0000","172.21.15.131:0/2521747094":"2024-01-22T10:51:23.437498+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-21T10:53:57.681 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-21T10:53:38.647640+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': '26', '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-21T10:53:57.681 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-21T10:53:57.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:56.338715+0000 mgr.smithi131.icwxxw (mgr.14180) 73 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:53:57.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:56.469633+0000 mon.smithi131 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:57.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:56.470482+0000 mgr.smithi131.icwxxw (mgr.14180) 74 : cephadm [INF] Reconfiguring prometheus.smithi131 (dependencies changed)... 2024-01-21T10:53:57.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:53:56.474370+0000 mgr.smithi131.icwxxw (mgr.14180) 75 : cephadm [INF] Reconfiguring daemon prometheus.smithi131 on smithi131 2024-01-21T10:53:57.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:57.128657+0000 mon.smithi131 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.131:0/827907596' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T10:53:57.870 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:56.338715+0000 mgr.smithi131.icwxxw (mgr.14180) 73 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:53:57.870 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:56.469633+0000 mon.smithi131 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:53:57.870 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:56.470482+0000 mgr.smithi131.icwxxw (mgr.14180) 74 : cephadm [INF] Reconfiguring prometheus.smithi131 (dependencies changed)... 2024-01-21T10:53:57.870 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:53:56.474370+0000 mgr.smithi131.icwxxw (mgr.14180) 75 : cephadm [INF] Reconfiguring daemon prometheus.smithi131 on smithi131 2024-01-21T10:53:57.870 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:57.128657+0000 mon.smithi131 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.131:0/827907596' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T10:53:58.190 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:53:59.520 INFO:teuthology.orchestra.run.smithi131.stdout:pg_num: 1 2024-01-21T10:53:59.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:53:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:53:58.339193+0000 mgr.smithi131.icwxxw (mgr.14180) 76 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:53:59.787 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:53:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:53:58.339193+0000 mgr.smithi131.icwxxw (mgr.14180) 76 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:53:59.938 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-21T10:53:59.939 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-21T10:53:59.939 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph mgr dump --format=json 2024-01-21T10:54:00.224 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:00.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:53:59.518937+0000 mon.smithi131 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.131:0/2370264168' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T10:54:00.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:00.100562+0000 mon.smithi131 (mon.0) 495 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:00.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:00.101529+0000 mon.smithi131 (mon.0) 496 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi187", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T10:54:00.642 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:00.102191+0000 mon.smithi131 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:00.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:53:59.518937+0000 mon.smithi131 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.131:0/2370264168' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T10:54:00.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:00.100562+0000 mon.smithi131 (mon.0) 495 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:00.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:00.101529+0000 mon.smithi131 (mon.0) 496 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi187", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T10:54:00.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:00.102191+0000 mon.smithi131 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:01.375 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:54:01.775 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi131.icwxxw","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":3092526046},{"type":"v1","addr":"172.21.15.131:6801","nonce":3092526046}]},"active_addr":"172.21.15.131:6801/3092526046","active_change":"2024-01-21T10:52:28.322659+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi187.qmgmqr","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.131:8443/","prometheus":"http://172.21.15.131: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.131:0","nonce":1676599018}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.131:0","nonce":641114397}]}]} 2024-01-21T10:54:01.778 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-21T10:54:01.778 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-21T10:54:01.778 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T10:54:02.046 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:02.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:00.101279+0000 mgr.smithi131.icwxxw (mgr.14180) 77 : cephadm [INF] Reconfiguring crash.smithi187 (monmap changed)... 2024-01-21T10:54:02.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:00.102644+0000 mgr.smithi131.icwxxw (mgr.14180) 78 : cephadm [INF] Reconfiguring daemon crash.smithi187 on smithi187 2024-01-21T10:54:02.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:00.339621+0000 mgr.smithi131.icwxxw (mgr.14180) 79 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:02.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:01.086745+0000 mon.smithi131 (mon.0) 498 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:02.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:01.087407+0000 mgr.smithi131.icwxxw (mgr.14180) 80 : cephadm [INF] Reconfiguring mgr.smithi187.qmgmqr (monmap changed)... 2024-01-21T10:54:02.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:01.087664+0000 mon.smithi131 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi187.qmgmqr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T10:54:02.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:01.088326+0000 mon.smithi131 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T10:54:02.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:01.088851+0000 mon.smithi131 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:02.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:01.089320+0000 mgr.smithi131.icwxxw (mgr.14180) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi187.qmgmqr on smithi187 2024-01-21T10:54:02.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:01.371252+0000 mon.smithi131 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.131:0/293890143' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T10:54:02.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:01.957569+0000 mon.smithi131 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:02.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:01.958432+0000 mon.smithi131 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T10:54:02.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:01.959024+0000 mon.smithi131 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T10:54:02.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:01.959542+0000 mon.smithi131 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:02.447 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:00.101279+0000 mgr.smithi131.icwxxw (mgr.14180) 77 : cephadm [INF] Reconfiguring crash.smithi187 (monmap changed)... 2024-01-21T10:54:02.447 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:00.102644+0000 mgr.smithi131.icwxxw (mgr.14180) 78 : cephadm [INF] Reconfiguring daemon crash.smithi187 on smithi187 2024-01-21T10:54:02.447 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:00.339621+0000 mgr.smithi131.icwxxw (mgr.14180) 79 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:02.447 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:01.086745+0000 mon.smithi131 (mon.0) 498 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:02.447 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:01.087407+0000 mgr.smithi131.icwxxw (mgr.14180) 80 : cephadm [INF] Reconfiguring mgr.smithi187.qmgmqr (monmap changed)... 2024-01-21T10:54:02.447 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:01.087664+0000 mon.smithi131 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi187.qmgmqr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T10:54:02.447 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:01.088326+0000 mon.smithi131 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T10:54:02.447 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:01.088851+0000 mon.smithi131 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:02.448 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:01.089320+0000 mgr.smithi131.icwxxw (mgr.14180) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi187.qmgmqr on smithi187 2024-01-21T10:54:02.448 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:01.371252+0000 mon.smithi131 (mon.0) 502 : audit [DBG] from='client.? 172.21.15.131:0/293890143' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T10:54:02.448 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:01.957569+0000 mon.smithi131 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:02.448 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:01.958432+0000 mon.smithi131 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T10:54:02.448 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:01.959024+0000 mon.smithi131 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T10:54:02.448 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:01.959542+0000 mon.smithi131 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:03.132 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:54:03.132 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":33,"fsid":"e5c272d8-b84a-11ee-95b0-87774f69a715","created":"2024-01-21T10:51:02.873327+0000","modified":"2024-01-21T10:53:51.779967+0000","last_up_change":"2024-01-21T10:53:49.777364+0000","last_in_change":"2024-01-21T10:53:20.907741+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-21T10:53:38.647640+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":"26","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":"30ebff9f-f087-45c2-889d-d73e4a146905","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.187:6800","nonce":3242955711},{"type":"v1","addr":"172.21.15.187:6801","nonce":3242955711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6802","nonce":3242955711},{"type":"v1","addr":"172.21.15.187:6803","nonce":3242955711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6806","nonce":3242955711},{"type":"v1","addr":"172.21.15.187:6807","nonce":3242955711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6804","nonce":3242955711},{"type":"v1","addr":"172.21.15.187:6805","nonce":3242955711}]},"public_addr":"172.21.15.187:6801/3242955711","cluster_addr":"172.21.15.187:6803/3242955711","heartbeat_back_addr":"172.21.15.187:6807/3242955711","heartbeat_front_addr":"172.21.15.187:6805/3242955711","state":["exists","up"]},{"osd":1,"uuid":"c66b46f7-2c4b-4a72-92bf-76ef6b3d2185","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":4078237738},{"type":"v1","addr":"172.21.15.131:6803","nonce":4078237738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":4078237738},{"type":"v1","addr":"172.21.15.131:6805","nonce":4078237738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":4078237738},{"type":"v1","addr":"172.21.15.131:6809","nonce":4078237738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":4078237738},{"type":"v1","addr":"172.21.15.131:6807","nonce":4078237738}]},"public_addr":"172.21.15.131:6803/4078237738","cluster_addr":"172.21.15.131:6805/4078237738","heartbeat_back_addr":"172.21.15.131:6809/4078237738","heartbeat_front_addr":"172.21.15.131:6807/4078237738","state":["exists","up"]},{"osd":2,"uuid":"300a289a-06bd-483c-8844-cedd6f39698e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6808","nonce":2893444430},{"type":"v1","addr":"172.21.15.187:6809","nonce":2893444430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6810","nonce":2893444430},{"type":"v1","addr":"172.21.15.187:6811","nonce":2893444430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6814","nonce":2893444430},{"type":"v1","addr":"172.21.15.187:6815","nonce":2893444430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6812","nonce":2893444430},{"type":"v1","addr":"172.21.15.187:6813","nonce":2893444430}]},"public_addr":"172.21.15.187:6809/2893444430","cluster_addr":"172.21.15.187:6811/2893444430","heartbeat_back_addr":"172.21.15.187:6815/2893444430","heartbeat_front_addr":"172.21.15.187:6813/2893444430","state":["exists","up"]},{"osd":3,"uuid":"c7a04d9f-89b9-40a0-acf1-19f0c07ce43d","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.131:6810","nonce":3480173633},{"type":"v1","addr":"172.21.15.131:6811","nonce":3480173633}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":3480173633},{"type":"v1","addr":"172.21.15.131:6813","nonce":3480173633}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":3480173633},{"type":"v1","addr":"172.21.15.131:6817","nonce":3480173633}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":3480173633},{"type":"v1","addr":"172.21.15.131:6815","nonce":3480173633}]},"public_addr":"172.21.15.131:6811/3480173633","cluster_addr":"172.21.15.131:6813/3480173633","heartbeat_back_addr":"172.21.15.131:6817/3480173633","heartbeat_front_addr":"172.21.15.131:6815/3480173633","state":["exists","up"]},{"osd":4,"uuid":"5d29c4e6-55ae-42dc-bbc6-501c03137bc1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6816","nonce":98517649},{"type":"v1","addr":"172.21.15.187:6817","nonce":98517649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6818","nonce":98517649},{"type":"v1","addr":"172.21.15.187:6819","nonce":98517649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6822","nonce":98517649},{"type":"v1","addr":"172.21.15.187:6823","nonce":98517649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6820","nonce":98517649},{"type":"v1","addr":"172.21.15.187:6821","nonce":98517649}]},"public_addr":"172.21.15.187:6817/98517649","cluster_addr":"172.21.15.187:6819/98517649","heartbeat_back_addr":"172.21.15.187:6823/98517649","heartbeat_front_addr":"172.21.15.187:6821/98517649","state":["exists","up"]},{"osd":5,"uuid":"18c0dcd5-e184-44e7-a69d-8f523d74773d","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.131:6818","nonce":1484332706},{"type":"v1","addr":"172.21.15.131:6819","nonce":1484332706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":1484332706},{"type":"v1","addr":"172.21.15.131:6821","nonce":1484332706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":1484332706},{"type":"v1","addr":"172.21.15.131:6825","nonce":1484332706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":1484332706},{"type":"v1","addr":"172.21.15.131:6823","nonce":1484332706}]},"public_addr":"172.21.15.131:6819/1484332706","cluster_addr":"172.21.15.131:6821/1484332706","heartbeat_back_addr":"172.21.15.131:6825/1484332706","heartbeat_front_addr":"172.21.15.131:6823/1484332706","state":["exists","up"]},{"osd":6,"uuid":"20e896c5-df10-4562-8ecc-12c7a104b701","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.187:6824","nonce":1281355291},{"type":"v1","addr":"172.21.15.187:6825","nonce":1281355291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6826","nonce":1281355291},{"type":"v1","addr":"172.21.15.187:6827","nonce":1281355291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6830","nonce":1281355291},{"type":"v1","addr":"172.21.15.187:6831","nonce":1281355291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6828","nonce":1281355291},{"type":"v1","addr":"172.21.15.187:6829","nonce":1281355291}]},"public_addr":"172.21.15.187:6825/1281355291","cluster_addr":"172.21.15.187:6827/1281355291","heartbeat_back_addr":"172.21.15.187:6831/1281355291","heartbeat_front_addr":"172.21.15.187:6829/1281355291","state":["exists","up"]},{"osd":7,"uuid":"9d46528c-0ff1-47f8-a2bf-12f64f446702","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.131:6826","nonce":702197327},{"type":"v1","addr":"172.21.15.131:6827","nonce":702197327}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":702197327},{"type":"v1","addr":"172.21.15.131:6829","nonce":702197327}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6832","nonce":702197327},{"type":"v1","addr":"172.21.15.131:6833","nonce":702197327}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":702197327},{"type":"v1","addr":"172.21.15.131:6831","nonce":702197327}]},"public_addr":"172.21.15.131:6827/702197327","cluster_addr":"172.21.15.131:6829/702197327","heartbeat_back_addr":"172.21.15.131:6833/702197327","heartbeat_front_addr":"172.21.15.131:6831/702197327","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-21T10:53:32.825749+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-21T10:53:35.183040+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-21T10:53:36.490049+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-21T10:53:39.759797+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-21T10:53:40.378133+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-21T10:53:44.076465+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-21T10:53:44.146893+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-21T10:53:47.998026+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.131:0/4129798208":"2024-01-22T10:52:28.322539+0000","172.21.15.131:6801/2757562409":"2024-01-22T10:52:28.322539+0000","172.21.15.131:0/110501841":"2024-01-22T10:51:49.886366+0000","172.21.15.131:6801/4186077628":"2024-01-22T10:51:49.886366+0000","172.21.15.131:0/1696879992":"2024-01-22T10:52:28.322539+0000","172.21.15.131:6800/4186077628":"2024-01-22T10:51:49.886366+0000","172.21.15.131:0/1985459074":"2024-01-22T10:51:49.886366+0000","172.21.15.131:0/2638685025":"2024-01-22T10:51:23.437498+0000","172.21.15.131:6800/2757562409":"2024-01-22T10:52:28.322539+0000","172.21.15.131:6800/1356513921":"2024-01-22T10:51:23.437498+0000","172.21.15.131:6801/1356513921":"2024-01-22T10:51:23.437498+0000","172.21.15.131:0/2521747094":"2024-01-22T10:51:23.437498+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-21T10:54:03.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:01.958187+0000 mgr.smithi131.icwxxw (mgr.14180) 82 : cephadm [INF] Reconfiguring mon.smithi187 (monmap changed)... 2024-01-21T10:54:03.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:01.960028+0000 mgr.smithi131.icwxxw (mgr.14180) 83 : cephadm [INF] Reconfiguring daemon mon.smithi187 on smithi187 2024-01-21T10:54:03.341 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.873829+0000 mon.smithi131 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:03.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.876713+0000 mon.smithi131 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T10:54:03.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.877887+0000 mon.smithi131 (mon.0) 509 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi131.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T10:54:03.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.885259+0000 mon.smithi131 (mon.0) 510 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:03.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.889845+0000 mon.smithi131 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T10:54:03.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.892197+0000 mon.smithi131 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi131.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T10:54:03.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.900769+0000 mon.smithi131 (mon.0) 513 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:03.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.905833+0000 mon.smithi131 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T10:54:03.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.909033+0000 mon.smithi131 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T10:54:03.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.914149+0000 mon.smithi131 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:03.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.917318+0000 mon.smithi131 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:54:03.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:01.958187+0000 mgr.smithi131.icwxxw (mgr.14180) 82 : cephadm [INF] Reconfiguring mon.smithi187 (monmap changed)... 2024-01-21T10:54:03.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:01.960028+0000 mgr.smithi131.icwxxw (mgr.14180) 83 : cephadm [INF] Reconfiguring daemon mon.smithi187 on smithi187 2024-01-21T10:54:03.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.873829+0000 mon.smithi131 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:03.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.876713+0000 mon.smithi131 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T10:54:03.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.877887+0000 mon.smithi131 (mon.0) 509 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi131.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T10:54:03.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.885259+0000 mon.smithi131 (mon.0) 510 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:03.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.889845+0000 mon.smithi131 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T10:54:03.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.892197+0000 mon.smithi131 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi131.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T10:54:03.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.900769+0000 mon.smithi131 (mon.0) 513 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:03.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.905833+0000 mon.smithi131 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T10:54:03.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.909033+0000 mon.smithi131 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T10:54:03.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.914149+0000 mon.smithi131 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:03.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.917318+0000 mon.smithi131 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:54:03.581 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-21T10:54:03.581 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T10:54:03.908 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:04.373 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:02.339914+0000 mgr.smithi131.icwxxw (mgr.14180) 84 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:04.374 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.877049+0000 mgr.smithi131.icwxxw (mgr.14180) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T10:54:04.374 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.878128+0000 mgr.smithi131.icwxxw (mgr.14180) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi131.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T10:54:04.374 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.890256+0000 mgr.smithi131.icwxxw (mgr.14180) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T10:54:04.374 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.892486+0000 mgr.smithi131.icwxxw (mgr.14180) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi131.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T10:54:04.374 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.906231+0000 mgr.smithi131.icwxxw (mgr.14180) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T10:54:04.374 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:02.909490+0000 mgr.smithi131.icwxxw (mgr.14180) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T10:54:04.374 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:03.131804+0000 mon.smithi131 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.131:0/3458241936' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T10:54:04.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:02.339914+0000 mgr.smithi131.icwxxw (mgr.14180) 84 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:04.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.877049+0000 mgr.smithi131.icwxxw (mgr.14180) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T10:54:04.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.878128+0000 mgr.smithi131.icwxxw (mgr.14180) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi131.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T10:54:04.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.890256+0000 mgr.smithi131.icwxxw (mgr.14180) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T10:54:04.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.892486+0000 mgr.smithi131.icwxxw (mgr.14180) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi131.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T10:54:04.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.906231+0000 mgr.smithi131.icwxxw (mgr.14180) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T10:54:04.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:02.909490+0000 mgr.smithi131.icwxxw (mgr.14180) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi131.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T10:54:04.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:03.131804+0000 mon.smithi131 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.131:0/3458241936' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T10:54:05.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:04.317323+0000 mon.smithi131 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:05.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:04.340338+0000 mgr.smithi131.icwxxw (mgr.14180) 91 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:05.456 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:04.317323+0000 mon.smithi131 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:05.456 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:04.340338+0000 mgr.smithi131.icwxxw (mgr.14180) 91 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:05.718 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:54:05.718 INFO:teuthology.orchestra.run.smithi131.stdout:{"epoch":33,"fsid":"e5c272d8-b84a-11ee-95b0-87774f69a715","created":"2024-01-21T10:51:02.873327+0000","modified":"2024-01-21T10:53:51.779967+0000","last_up_change":"2024-01-21T10:53:49.777364+0000","last_in_change":"2024-01-21T10:53:20.907741+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-21T10:53:38.647640+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":"26","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":"30ebff9f-f087-45c2-889d-d73e4a146905","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.187:6800","nonce":3242955711},{"type":"v1","addr":"172.21.15.187:6801","nonce":3242955711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6802","nonce":3242955711},{"type":"v1","addr":"172.21.15.187:6803","nonce":3242955711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6806","nonce":3242955711},{"type":"v1","addr":"172.21.15.187:6807","nonce":3242955711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6804","nonce":3242955711},{"type":"v1","addr":"172.21.15.187:6805","nonce":3242955711}]},"public_addr":"172.21.15.187:6801/3242955711","cluster_addr":"172.21.15.187:6803/3242955711","heartbeat_back_addr":"172.21.15.187:6807/3242955711","heartbeat_front_addr":"172.21.15.187:6805/3242955711","state":["exists","up"]},{"osd":1,"uuid":"c66b46f7-2c4b-4a72-92bf-76ef6b3d2185","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":4078237738},{"type":"v1","addr":"172.21.15.131:6803","nonce":4078237738}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":4078237738},{"type":"v1","addr":"172.21.15.131:6805","nonce":4078237738}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6808","nonce":4078237738},{"type":"v1","addr":"172.21.15.131:6809","nonce":4078237738}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":4078237738},{"type":"v1","addr":"172.21.15.131:6807","nonce":4078237738}]},"public_addr":"172.21.15.131:6803/4078237738","cluster_addr":"172.21.15.131:6805/4078237738","heartbeat_back_addr":"172.21.15.131:6809/4078237738","heartbeat_front_addr":"172.21.15.131:6807/4078237738","state":["exists","up"]},{"osd":2,"uuid":"300a289a-06bd-483c-8844-cedd6f39698e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6808","nonce":2893444430},{"type":"v1","addr":"172.21.15.187:6809","nonce":2893444430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6810","nonce":2893444430},{"type":"v1","addr":"172.21.15.187:6811","nonce":2893444430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6814","nonce":2893444430},{"type":"v1","addr":"172.21.15.187:6815","nonce":2893444430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6812","nonce":2893444430},{"type":"v1","addr":"172.21.15.187:6813","nonce":2893444430}]},"public_addr":"172.21.15.187:6809/2893444430","cluster_addr":"172.21.15.187:6811/2893444430","heartbeat_back_addr":"172.21.15.187:6815/2893444430","heartbeat_front_addr":"172.21.15.187:6813/2893444430","state":["exists","up"]},{"osd":3,"uuid":"c7a04d9f-89b9-40a0-acf1-19f0c07ce43d","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.131:6810","nonce":3480173633},{"type":"v1","addr":"172.21.15.131:6811","nonce":3480173633}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6812","nonce":3480173633},{"type":"v1","addr":"172.21.15.131:6813","nonce":3480173633}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6816","nonce":3480173633},{"type":"v1","addr":"172.21.15.131:6817","nonce":3480173633}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6814","nonce":3480173633},{"type":"v1","addr":"172.21.15.131:6815","nonce":3480173633}]},"public_addr":"172.21.15.131:6811/3480173633","cluster_addr":"172.21.15.131:6813/3480173633","heartbeat_back_addr":"172.21.15.131:6817/3480173633","heartbeat_front_addr":"172.21.15.131:6815/3480173633","state":["exists","up"]},{"osd":4,"uuid":"5d29c4e6-55ae-42dc-bbc6-501c03137bc1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6816","nonce":98517649},{"type":"v1","addr":"172.21.15.187:6817","nonce":98517649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6818","nonce":98517649},{"type":"v1","addr":"172.21.15.187:6819","nonce":98517649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6822","nonce":98517649},{"type":"v1","addr":"172.21.15.187:6823","nonce":98517649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6820","nonce":98517649},{"type":"v1","addr":"172.21.15.187:6821","nonce":98517649}]},"public_addr":"172.21.15.187:6817/98517649","cluster_addr":"172.21.15.187:6819/98517649","heartbeat_back_addr":"172.21.15.187:6823/98517649","heartbeat_front_addr":"172.21.15.187:6821/98517649","state":["exists","up"]},{"osd":5,"uuid":"18c0dcd5-e184-44e7-a69d-8f523d74773d","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.131:6818","nonce":1484332706},{"type":"v1","addr":"172.21.15.131:6819","nonce":1484332706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6820","nonce":1484332706},{"type":"v1","addr":"172.21.15.131:6821","nonce":1484332706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6824","nonce":1484332706},{"type":"v1","addr":"172.21.15.131:6825","nonce":1484332706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6822","nonce":1484332706},{"type":"v1","addr":"172.21.15.131:6823","nonce":1484332706}]},"public_addr":"172.21.15.131:6819/1484332706","cluster_addr":"172.21.15.131:6821/1484332706","heartbeat_back_addr":"172.21.15.131:6825/1484332706","heartbeat_front_addr":"172.21.15.131:6823/1484332706","state":["exists","up"]},{"osd":6,"uuid":"20e896c5-df10-4562-8ecc-12c7a104b701","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.187:6824","nonce":1281355291},{"type":"v1","addr":"172.21.15.187:6825","nonce":1281355291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6826","nonce":1281355291},{"type":"v1","addr":"172.21.15.187:6827","nonce":1281355291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6830","nonce":1281355291},{"type":"v1","addr":"172.21.15.187:6831","nonce":1281355291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6828","nonce":1281355291},{"type":"v1","addr":"172.21.15.187:6829","nonce":1281355291}]},"public_addr":"172.21.15.187:6825/1281355291","cluster_addr":"172.21.15.187:6827/1281355291","heartbeat_back_addr":"172.21.15.187:6831/1281355291","heartbeat_front_addr":"172.21.15.187:6829/1281355291","state":["exists","up"]},{"osd":7,"uuid":"9d46528c-0ff1-47f8-a2bf-12f64f446702","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.131:6826","nonce":702197327},{"type":"v1","addr":"172.21.15.131:6827","nonce":702197327}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6828","nonce":702197327},{"type":"v1","addr":"172.21.15.131:6829","nonce":702197327}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6832","nonce":702197327},{"type":"v1","addr":"172.21.15.131:6833","nonce":702197327}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6830","nonce":702197327},{"type":"v1","addr":"172.21.15.131:6831","nonce":702197327}]},"public_addr":"172.21.15.131:6827/702197327","cluster_addr":"172.21.15.131:6829/702197327","heartbeat_back_addr":"172.21.15.131:6833/702197327","heartbeat_front_addr":"172.21.15.131:6831/702197327","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-21T10:53:32.825749+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-21T10:53:35.183040+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-21T10:53:36.490049+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-21T10:53:39.759797+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-21T10:53:40.378133+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-21T10:53:44.076465+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-21T10:53:44.146893+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-21T10:53:47.998026+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.131:0/4129798208":"2024-01-22T10:52:28.322539+0000","172.21.15.131:6801/2757562409":"2024-01-22T10:52:28.322539+0000","172.21.15.131:0/110501841":"2024-01-22T10:51:49.886366+0000","172.21.15.131:6801/4186077628":"2024-01-22T10:51:49.886366+0000","172.21.15.131:0/1696879992":"2024-01-22T10:52:28.322539+0000","172.21.15.131:6800/4186077628":"2024-01-22T10:51:49.886366+0000","172.21.15.131:0/1985459074":"2024-01-22T10:51:49.886366+0000","172.21.15.131:0/2638685025":"2024-01-22T10:51:23.437498+0000","172.21.15.131:6800/2757562409":"2024-01-22T10:52:28.322539+0000","172.21.15.131:6800/1356513921":"2024-01-22T10:51:23.437498+0000","172.21.15.131:6801/1356513921":"2024-01-22T10:51:23.437498+0000","172.21.15.131:0/2521747094":"2024-01-22T10:51:23.437498+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-21T10:54:06.282 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-21T10:54:06.613 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:06.639 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:05.717723+0000 mon.smithi131 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.131:0/2507511753' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T10:54:06.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:05.717723+0000 mon.smithi131 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.131:0/2507511753' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T10:54:07.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:06.340655+0000 mgr.smithi131.icwxxw (mgr.14180) 92 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:07.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:06.673653+0000 mon.smithi131 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:07.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:07.039348+0000 mgr.smithi131.icwxxw (mgr.14180) 93 : cephadm [INF] Detected new or changed devices on smithi187 2024-01-21T10:54:07.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:07.044330+0000 mon.smithi131 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:07.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:07.328381+0000 mon.smithi131 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:07.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:07.329106+0000 mon.smithi131 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:07.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:07.329671+0000 mon.smithi131 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:07.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:07.330224+0000 mon.smithi131 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:07.775 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:07.333658+0000 mon.smithi131 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:06.340655+0000 mgr.smithi131.icwxxw (mgr.14180) 92 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:06.673653+0000 mon.smithi131 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:07.039348+0000 mgr.smithi131.icwxxw (mgr.14180) 93 : cephadm [INF] Detected new or changed devices on smithi187 2024-01-21T10:54:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:07.044330+0000 mon.smithi131 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:07.328381+0000 mon.smithi131 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:07.329106+0000 mon.smithi131 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:08.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:07.329671+0000 mon.smithi131 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:08.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:07.330224+0000 mon.smithi131 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:08.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:07.333658+0000 mon.smithi131 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:08.513 INFO:teuthology.orchestra.run.smithi131.stdout:68719476746 2024-01-21T10:54:08.514 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-21T10:54:08.796 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:08.931 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:07.330691+0000 mgr.smithi131.icwxxw (mgr.14180) 94 : cephadm [INF] Adjusting osd_memory_target on smithi187 to 3990M 2024-01-21T10:54:09.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:07.330691+0000 mgr.smithi131.icwxxw (mgr.14180) 94 : cephadm [INF] Adjusting osd_memory_target on smithi187 to 3990M 2024-01-21T10:54:09.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:08.340999+0000 mgr.smithi131.icwxxw (mgr.14180) 95 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:10.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:08.340999+0000 mgr.smithi131.icwxxw (mgr.14180) 95 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:10.319 INFO:teuthology.orchestra.run.smithi131.stdout:77309411337 2024-01-21T10:54:10.320 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-21T10:54:10.618 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:11.189 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:10.030877+0000 mgr.smithi131.icwxxw (mgr.14180) 96 : cephadm [INF] Detected new or changed devices on smithi131 2024-01-21T10:54:11.189 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.036185+0000 mon.smithi131 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:11.189 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.402332+0000 mon.smithi131 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:11.189 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.403362+0000 mon.smithi131 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:11.189 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.403980+0000 mon.smithi131 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:11.189 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.404470+0000 mon.smithi131 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:11.189 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.404961+0000 mon.smithi131 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:11.189 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.408945+0000 mon.smithi131 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:11.189 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.409781+0000 mon.smithi131 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:11.189 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.410415+0000 mon.smithi131 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T10:54:11.190 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.414536+0000 mon.smithi131 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:11.190 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.418533+0000 mon.smithi131 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T10:54:11.190 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.422171+0000 mon.smithi131 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T10:54:11.190 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.423009+0000 mon.smithi131 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T10:54:11.190 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.423170+0000 mon.smithi131 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:11.190 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:10.423618+0000 mon.smithi131 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:11.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:10.030877+0000 mgr.smithi131.icwxxw (mgr.14180) 96 : cephadm [INF] Detected new or changed devices on smithi131 2024-01-21T10:54:11.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.036185+0000 mon.smithi131 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:11.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.402332+0000 mon.smithi131 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:11.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.403362+0000 mon.smithi131 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:11.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.403980+0000 mon.smithi131 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:11.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.404470+0000 mon.smithi131 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:11.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.404961+0000 mon.smithi131 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T10:54:11.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.408945+0000 mon.smithi131 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:11.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.409781+0000 mon.smithi131 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:11.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.410415+0000 mon.smithi131 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T10:54:11.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.414536+0000 mon.smithi131 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:11.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.418533+0000 mon.smithi131 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T10:54:11.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.422171+0000 mon.smithi131 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T10:54:11.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.423009+0000 mon.smithi131 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T10:54:11.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.423170+0000 mon.smithi131 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:11.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:10.423618+0000 mon.smithi131 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:12.265 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:10.341347+0000 mgr.smithi131.icwxxw (mgr.14180) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:12.265 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:10.405345+0000 mgr.smithi131.icwxxw (mgr.14180) 98 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 3222M 2024-01-21T10:54:12.490 INFO:teuthology.orchestra.run.smithi131.stdout:85899345930 2024-01-21T10:54:12.490 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-21T10:54:12.510 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:10.341347+0000 mgr.smithi131.icwxxw (mgr.14180) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:12.510 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:10.405345+0000 mgr.smithi131.icwxxw (mgr.14180) 98 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 3222M 2024-01-21T10:54:12.771 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:14.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:12.341691+0000 mgr.smithi131.icwxxw (mgr.14180) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:14.322 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:12.341691+0000 mgr.smithi131.icwxxw (mgr.14180) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:14.461 INFO:teuthology.orchestra.run.smithi131.stdout:98784247816 2024-01-21T10:54:14.462 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-21T10:54:15.055 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:16.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:14.341953+0000 mgr.smithi131.icwxxw (mgr.14180) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:16.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:14.341953+0000 mgr.smithi131.icwxxw (mgr.14180) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:16.786 INFO:teuthology.orchestra.run.smithi131.stdout:103079215114 2024-01-21T10:54:16.787 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-21T10:54:17.167 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:18.001 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:16.342247+0000 mgr.smithi131.icwxxw (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:18.001 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:16.846950+0000 mon.smithi131 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:18.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:16.342247+0000 mgr.smithi131.icwxxw (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:18.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:16.846950+0000 mon.smithi131 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:18.719 INFO:teuthology.orchestra.run.smithi131.stdout:115964117001 2024-01-21T10:54:18.719 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-21T10:54:19.077 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:19.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:18.342644+0000 mgr.smithi131.icwxxw (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-21T10:54:19.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:18.675718+0000 mon.smithi131 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:19.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:18.677651+0000 mon.smithi131 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:54:20.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:18.342644+0000 mgr.smithi131.icwxxw (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-21T10:54:20.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:18.675718+0000 mon.smithi131 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:20.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:18.677651+0000 mon.smithi131 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:54:20.698 INFO:teuthology.orchestra.run.smithi131.stdout:115964117001 2024-01-21T10:54:20.699 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-21T10:54:21.325 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:21.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:20.231671+0000 mon.smithi131 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:21.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:20.342995+0000 mgr.smithi131.icwxxw (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-21T10:54:21.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:20.231671+0000 mon.smithi131 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:21.536 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:20.342995+0000 mgr.smithi131.icwxxw (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-21T10:54:22.951 INFO:teuthology.orchestra.run.smithi131.stdout:133143986185 2024-01-21T10:54:22.952 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-21T10:54:23.218 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:23.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:22.343290+0000 mgr.smithi131.icwxxw (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-21T10:54:23.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:22.471189+0000 mon.smithi131 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:23.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:22.472221+0000 mon.smithi131 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:23.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:22.472982+0000 mon.smithi131 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T10:54:23.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:22.477448+0000 mon.smithi131 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:23.663 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:22.480992+0000 mon.smithi131 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T10:54:23.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:22.343290+0000 mgr.smithi131.icwxxw (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-21T10:54:23.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:22.471189+0000 mon.smithi131 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:23.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:22.472221+0000 mon.smithi131 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:23.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:22.472982+0000 mon.smithi131 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T10:54:23.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:22.477448+0000 mon.smithi131 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:23.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:22.480992+0000 mon.smithi131 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T10:54:24.363 INFO:teuthology.orchestra.run.smithi131.stdout:68719476749 2024-01-21T10:54:24.657 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:24.363169+0000 mon.smithi131 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.131:0/1647843789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T10:54:24.743 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476749 for osd.0 2024-01-21T10:54:24.743 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-21T10:54:24.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:24.363169+0000 mon.smithi131 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.131:0/1647843789' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T10:54:25.008 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:25.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:24.343595+0000 mgr.smithi131.icwxxw (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-21T10:54:25.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:24.343595+0000 mgr.smithi131.icwxxw (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-21T10:54:26.167 INFO:teuthology.orchestra.run.smithi131.stdout:77309411340 2024-01-21T10:54:26.552 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411337 got 77309411340 for osd.1 2024-01-21T10:54:26.552 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-21T10:54:26.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:26.167568+0000 mon.smithi131 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.131:0/1114932743' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T10:54:26.818 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:26.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:26.167568+0000 mon.smithi131 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.131:0/1114932743' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T10:54:27.554 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:26.344000+0000 mgr.smithi131.icwxxw (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-21T10:54:27.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:26.344000+0000 mgr.smithi131.icwxxw (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-21T10:54:27.886 INFO:teuthology.orchestra.run.smithi131.stdout:85899345933 2024-01-21T10:54:28.266 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345930 got 85899345933 for osd.2 2024-01-21T10:54:28.267 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-21T10:54:28.539 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:28.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:27.886372+0000 mon.smithi131 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.131:0/599922556' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T10:54:28.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:27.886372+0000 mon.smithi131 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.131:0/599922556' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T10:54:29.649 INFO:teuthology.orchestra.run.smithi131.stdout:98784247819 2024-01-21T10:54:29.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:28.344316+0000 mgr.smithi131.icwxxw (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-21T10:54:29.844 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:28.344316+0000 mgr.smithi131.icwxxw (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-21T10:54:30.016 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247816 got 98784247819 for osd.3 2024-01-21T10:54:30.016 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-21T10:54:30.283 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:30.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:29.649492+0000 mon.smithi131 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.131:0/3318705206' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T10:54:30.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:29.649492+0000 mon.smithi131 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.131:0/3318705206' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T10:54:31.335 INFO:teuthology.orchestra.run.smithi131.stdout:103079215117 2024-01-21T10:54:31.648 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:30.344642+0000 mgr.smithi131.icwxxw (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-21T10:54:31.648 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:31.334962+0000 mon.smithi131 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.131:0/3829897383' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T10:54:31.716 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215114 got 103079215117 for osd.4 2024-01-21T10:54:31.717 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-21T10:54:31.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:30.344642+0000 mgr.smithi131.icwxxw (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-21T10:54:31.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:31.334962+0000 mon.smithi131 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.131:0/3829897383' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T10:54:31.981 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:33.029 INFO:teuthology.orchestra.run.smithi131.stdout:115964117004 2024-01-21T10:54:33.399 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117004 for osd.5 2024-01-21T10:54:33.400 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-21T10:54:33.667 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:33.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:32.344943+0000 mgr.smithi131.icwxxw (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-21T10:54:33.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:33.029308+0000 mon.smithi131 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.131:0/2171677303' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T10:54:33.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:32.344943+0000 mgr.smithi131.icwxxw (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-21T10:54:33.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:33.029308+0000 mon.smithi131 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.131:0/2171677303' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T10:54:34.758 INFO:teuthology.orchestra.run.smithi131.stdout:115964117004 2024-01-21T10:54:35.174 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117004 for osd.6 2024-01-21T10:54:35.174 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-21T10:54:35.443 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:35.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:34.345186+0000 mgr.smithi131.icwxxw (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-21T10:54:35.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:34.757465+0000 mon.smithi131 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.131:0/3200457799' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T10:54:35.836 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:34.345186+0000 mgr.smithi131.icwxxw (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-21T10:54:35.836 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:34.757465+0000 mon.smithi131 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.131:0/3200457799' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T10:54:36.487 INFO:teuthology.orchestra.run.smithi131.stdout:133143986187 2024-01-21T10:54:36.893 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986185 got 133143986187 for osd.7 2024-01-21T10:54:36.893 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-21T10:54:36.894 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T10:54:37.162 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:37.569 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:36.345605+0000 mgr.smithi131.icwxxw (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-21T10:54:37.569 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:36.488012+0000 mon.smithi131 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.131:0/1589071198' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T10:54:37.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:36.345605+0000 mgr.smithi131.icwxxw (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-21T10:54:37.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:36.488012+0000 mon.smithi131 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.131:0/1589071198' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T10:54:38.244 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:54:38.246 INFO:teuthology.orchestra.run.smithi131.stderr:dumped all 2024-01-21T10:54:38.657 INFO:teuthology.orchestra.run.smithi131.stdout:{"pg_ready":true,"pg_map":{"version":86,"stamp":"2024-01-21T10:54:36.345386+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":2379292,"kb_used_data":2524,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549156,"statfs":{"total":767926730752,"available":765490335744,"internally_reserved":0,"allocated":2584576,"data_stored":1002669,"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-21T10:53:51.818304+0000","last_change":"2024-01-21T10:53:51.818304+0000","last_active":"2024-01-21T10:53:51.818304+0000","last_peered":"2024-01-21T10:53:51.818304+0000","last_clean":"2024-01-21T10:53:51.818304+0000","last_became_active":"2024-01-21T10:53:51.817885+0000","last_became_peered":"2024-01-21T10:53:51.817885+0000","last_unstale":"2024-01-21T10:53:51.818304+0000","last_undegraded":"2024-01-21T10:53:51.818304+0000","last_fullsized":"2024-01-21T10:53:51.818304+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T10:53:39.382979+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T10:53:39.382979+0000","last_clean_scrub_stamp":"2024-01-21T10:53:39.382979+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":4}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986188,"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":125373,"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.52900000000000003}]},{"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.36699999999999999}]},{"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.41399999999999998}]},{"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.38800000000000001}]},{"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.46200000000000002}]},{"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.496}]},{"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.48899999999999999}]}]},{"osd":5,"up_from":27,"seq":115964117004,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":125373,"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.42799999999999999}]},{"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.25}]},{"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.71699999999999997}]},{"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.27500000000000002}]},{"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.45000000000000001}]},{"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.48199999999999998}]},{"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.318}]}]},{"osd":1,"up_from":18,"seq":77309411342,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":125373,"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.53700000000000003}]},{"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.42199999999999999}]},{"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.36499999999999999}]},{"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.44900000000000001}]},{"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.34799999999999998}]},{"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.46999999999999997}]},{"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.41499999999999998}]}]},{"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":125373,"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.34699999999999998}]},{"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.28999999999999998}]},{"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.42999999999999999}]},{"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.39300000000000002}]},{"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.51100000000000001}]},{"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.44600000000000001}]},{"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.56699999999999995}]}]},{"osd":2,"up_from":20,"seq":85899345935,"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":125373,"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.41599999999999998}]},{"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.44700000000000001}]},{"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.46800000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48299999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"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.435}]},{"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.60599999999999998}]}]},{"osd":3,"up_from":23,"seq":98784247820,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":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":125058,"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.58499999999999996}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60399999999999998}]},{"osd":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.60999999999999999}]},{"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.36799999999999999}]},{"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.57699999999999996}]},{"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.495}]}]},{"osd":4,"up_from":24,"seq":103079215118,"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":125373,"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.43099999999999999}]},{"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.379}]},{"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.51900000000000002}]},{"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.50800000000000001}]},{"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.54600000000000004}]},{"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.48599999999999999}]}]},{"osd":6,"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":125373,"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.50800000000000001}]},{"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.65500000000000003}]},{"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.56100000000000005}]},{"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.58999999999999997}]},{"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.59599999999999997}]},{"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.69499999999999995}]},{"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.63200000000000001}]}]}],"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":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-21T10:54:38.659 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T10:54:38.924 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:39.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:38.243080+0000 mgr.smithi131.icwxxw (mgr.14180) 112 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:54:39.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:38.345938+0000 mgr.smithi131.icwxxw (mgr.14180) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:39.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:38.243080+0000 mgr.smithi131.icwxxw (mgr.14180) 112 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:54:39.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:38.345938+0000 mgr.smithi131.icwxxw (mgr.14180) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:40.093 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:54:40.095 INFO:teuthology.orchestra.run.smithi131.stderr:dumped all 2024-01-21T10:54:40.465 INFO:teuthology.orchestra.run.smithi131.stdout:{"pg_ready":true,"pg_map":{"version":87,"stamp":"2024-01-21T10:54:38.345767+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":2379292,"kb_used_data":2524,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549156,"statfs":{"total":767926730752,"available":765490335744,"internally_reserved":0,"allocated":2584576,"data_stored":1002669,"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-21T10:53:51.818304+0000","last_change":"2024-01-21T10:53:51.818304+0000","last_active":"2024-01-21T10:53:51.818304+0000","last_peered":"2024-01-21T10:53:51.818304+0000","last_clean":"2024-01-21T10:53:51.818304+0000","last_became_active":"2024-01-21T10:53:51.817885+0000","last_became_peered":"2024-01-21T10:53:51.817885+0000","last_unstale":"2024-01-21T10:53:51.818304+0000","last_undegraded":"2024-01-21T10:53:51.818304+0000","last_fullsized":"2024-01-21T10:53:51.818304+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T10:53:39.382979+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T10:53:39.382979+0000","last_clean_scrub_stamp":"2024-01-21T10:53:39.382979+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":4}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986188,"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":125373,"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.52900000000000003}]},{"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.36699999999999999}]},{"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.41399999999999998}]},{"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.38800000000000001}]},{"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.46200000000000002}]},{"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.496}]},{"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.48899999999999999}]}]},{"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":125373,"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.36199999999999999}]},{"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.29499999999999998}]},{"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.46700000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33000000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40500000000000003}]},{"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.37}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44600000000000001}]}]},{"osd":1,"up_from":18,"seq":77309411343,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":125373,"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.41999999999999998}]},{"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.39700000000000002}]},{"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.32600000000000001}]},{"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.41099999999999998}]},{"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.45600000000000002}]},{"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.47099999999999997}]},{"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.498}]}]},{"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":125373,"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.34699999999999998}]},{"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.28999999999999998}]},{"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.42999999999999999}]},{"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.39300000000000002}]},{"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.51100000000000001}]},{"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.44600000000000001}]},{"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.56699999999999995}]}]},{"osd":2,"up_from":20,"seq":85899345935,"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":125373,"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.41599999999999998}]},{"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.44700000000000001}]},{"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.46800000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48299999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"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.435}]},{"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.60599999999999998}]}]},{"osd":3,"up_from":23,"seq":98784247821,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":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":125058,"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.57099999999999995}]},{"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.38800000000000001}]},{"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.443}]},{"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.55600000000000005}]},{"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.36699999999999999}]},{"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.49399999999999999}]},{"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.40699999999999997}]}]},{"osd":4,"up_from":24,"seq":103079215118,"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":125373,"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.43099999999999999}]},{"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.379}]},{"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.51900000000000002}]},{"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.50800000000000001}]},{"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.54600000000000004}]},{"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.48599999999999999}]}]},{"osd":6,"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":125373,"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.50800000000000001}]},{"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.65500000000000003}]},{"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.56100000000000005}]},{"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.58999999999999997}]},{"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.59599999999999997}]},{"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.69499999999999995}]},{"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.63200000000000001}]}]}],"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":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-21T10:54:40.465 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-21T10:54:40.466 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-21T10:54:40.466 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-21T10:54:40.466 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T10:54:40.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:40.092255+0000 mgr.smithi131.icwxxw (mgr.14180) 114 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:54:40.732 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/mon.smithi131/config 2024-01-21T10:54:40.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:40.092255+0000 mgr.smithi131.icwxxw (mgr.14180) 114 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:54:41.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:40.346403+0000 mgr.smithi131.icwxxw (mgr.14180) 115 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:41.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:40.346403+0000 mgr.smithi131.icwxxw (mgr.14180) 115 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:41.849 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:54:42.223 INFO:teuthology.orchestra.run.smithi131.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-21T10:54:42.223 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-21T10:54:42.224 INFO:tasks.cephadm:Setup complete, yielding 2024-01-21T10:54:42.224 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T10:54:42.233 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-01-21T10:54:42.234 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- bash -c 'ceph orch status' 2024-01-21T10:54:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:41.850017+0000 mon.smithi131 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.131:0/3746525049' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T10:54:42.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:41.850017+0000 mon.smithi131 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.131:0/3746525049' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T10:54:43.549 INFO:teuthology.orchestra.run.smithi131.stdout:Backend: cephadm 2024-01-21T10:54:43.549 INFO:teuthology.orchestra.run.smithi131.stdout:Available: Yes 2024-01-21T10:54:43.549 INFO:teuthology.orchestra.run.smithi131.stdout:Paused: No 2024-01-21T10:54:43.570 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:42.346758+0000 mgr.smithi131.icwxxw (mgr.14180) 116 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:43.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:42.346758+0000 mgr.smithi131.icwxxw (mgr.14180) 116 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:43.877 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-21T10:54:44.519 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:43.549157+0000 mgr.smithi131.icwxxw (mgr.14180) 117 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:44.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:43.549157+0000 mgr.smithi131.icwxxw (mgr.14180) 117 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:45.192 INFO:teuthology.orchestra.run.smithi131.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-21T10:54:45.193 INFO:teuthology.orchestra.run.smithi131.stdout:alertmanager.smithi131 smithi131 *:9093,9094 running (53s) 22s ago 2m 16.1M - 0.23.0 ba2b418f427c e271a9d6016d 2024-01-21T10:54:45.193 INFO:teuthology.orchestra.run.smithi131.stdout:crash.smithi131 smithi131 running (2m) 22s ago 2m 7302k - 16.2.14-454-gea310589 9b28eb2d7c37 5904b7b3d76f 2024-01-21T10:54:45.193 INFO:teuthology.orchestra.run.smithi131.stdout:crash.smithi187 smithi187 running (119s) 24s ago 119s 7428k - 16.2.14-454-gea310589 9b28eb2d7c37 ae6521d67fa2 2024-01-21T10:54:45.193 INFO:teuthology.orchestra.run.smithi131.stdout:grafana.smithi131 smithi131 *:3000 running (49s) 22s ago 2m 49.4M - 8.3.5 dad864ee21e9 ce7a656e8148 2024-01-21T10:54:45.193 INFO:teuthology.orchestra.run.smithi131.stdout:mgr.smithi131.icwxxw smithi131 *:9283 running (3m) 22s ago 3m 447M - 16.2.14-454-gea310589 9b28eb2d7c37 4cb8aa9c78f6 2024-01-21T10:54:45.193 INFO:teuthology.orchestra.run.smithi131.stdout:mgr.smithi187.qmgmqr smithi187 *:8443,9283 running (116s) 24s ago 115s 396M - 16.2.14-454-gea310589 9b28eb2d7c37 03f60fa29939 2024-01-21T10:54:45.193 INFO:teuthology.orchestra.run.smithi131.stdout:mon.smithi131 smithi131 running (3m) 22s ago 3m 73.4M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 bc01dcf38cb0 2024-01-21T10:54:45.193 INFO:teuthology.orchestra.run.smithi131.stdout:mon.smithi187 smithi187 running (113s) 24s ago 113s 63.8M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 f2e43a450d38 2024-01-21T10:54:45.193 INFO:teuthology.orchestra.run.smithi131.stdout:node-exporter.smithi131 smithi131 *:9100 running (2m) 22s ago 2m 24.3M - 1.3.1 1dbe0e931976 648d4f69ca1f 2024-01-21T10:54:45.193 INFO:teuthology.orchestra.run.smithi131.stdout:node-exporter.smithi187 smithi187 *:9100 running (101s) 24s ago 101s 20.0M - 1.3.1 1dbe0e931976 df70e86720d7 2024-01-21T10:54:45.193 INFO:teuthology.orchestra.run.smithi131.stdout:osd.0 smithi187 running (76s) 24s ago 76s 35.1M 3990M 16.2.14-454-gea310589 9b28eb2d7c37 ba58fe00ba8d 2024-01-21T10:54:45.193 INFO:teuthology.orchestra.run.smithi131.stdout:osd.1 smithi131 running (74s) 22s ago 74s 36.2M 3222M 16.2.14-454-gea310589 9b28eb2d7c37 dac84822d521 2024-01-21T10:54:45.193 INFO:teuthology.orchestra.run.smithi131.stdout:osd.2 smithi187 running (73s) 24s ago 72s 31.6M 3990M 16.2.14-454-gea310589 9b28eb2d7c37 0223be95b73c 2024-01-21T10:54:45.194 INFO:teuthology.orchestra.run.smithi131.stdout:osd.3 smithi131 running (70s) 22s ago 69s 34.8M 3222M 16.2.14-454-gea310589 9b28eb2d7c37 63f9f9a452ae 2024-01-21T10:54:45.194 INFO:teuthology.orchestra.run.smithi131.stdout:osd.4 smithi187 running (69s) 24s ago 69s 33.0M 3990M 16.2.14-454-gea310589 9b28eb2d7c37 9e4a23f316e2 2024-01-21T10:54:45.194 INFO:teuthology.orchestra.run.smithi131.stdout:osd.5 smithi131 running (65s) 22s ago 65s 31.0M 3222M 16.2.14-454-gea310589 9b28eb2d7c37 6ee79319bba2 2024-01-21T10:54:45.194 INFO:teuthology.orchestra.run.smithi131.stdout:osd.6 smithi187 running (65s) 24s ago 65s 31.4M 3990M 16.2.14-454-gea310589 9b28eb2d7c37 68dce366581a 2024-01-21T10:54:45.194 INFO:teuthology.orchestra.run.smithi131.stdout:osd.7 smithi131 running (61s) 22s ago 61s 32.2M 3222M 16.2.14-454-gea310589 9b28eb2d7c37 832b96879acb 2024-01-21T10:54:45.194 INFO:teuthology.orchestra.run.smithi131.stdout:prometheus.smithi131 smithi131 *:9095 running (45s) 22s ago 2m 45.0M - 2.33.4 514e6a882f6e 2419c8e695be 2024-01-21T10:54:45.530 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:44.347024+0000 mgr.smithi131.icwxxw (mgr.14180) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:45.565 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-21T10:54:45.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:44.347024+0000 mgr.smithi131.icwxxw (mgr.14180) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:46.552 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:45.185217+0000 mgr.smithi131.icwxxw (mgr.14180) 119 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:46.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:45.185217+0000 mgr.smithi131.icwxxw (mgr.14180) 119 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:46.906 INFO:teuthology.orchestra.run.smithi131.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-21T10:54:46.907 INFO:teuthology.orchestra.run.smithi131.stdout:alertmanager ?:9093,9094 1/1 24s ago 3m count:1 2024-01-21T10:54:46.907 INFO:teuthology.orchestra.run.smithi131.stdout:crash 2/2 26s ago 3m * 2024-01-21T10:54:46.907 INFO:teuthology.orchestra.run.smithi131.stdout:grafana ?:3000 1/1 24s ago 3m count:1 2024-01-21T10:54:46.907 INFO:teuthology.orchestra.run.smithi131.stdout:mgr 2/2 26s ago 3m count:2 2024-01-21T10:54:46.907 INFO:teuthology.orchestra.run.smithi131.stdout:mon 2/2 26s ago 2m smithi131:172.21.15.131=smithi131;smithi187:172.21.15.187=smithi187;count:2 2024-01-21T10:54:46.907 INFO:teuthology.orchestra.run.smithi131.stdout:node-exporter ?:9100 2/2 26s ago 3m * 2024-01-21T10:54:46.907 INFO:teuthology.orchestra.run.smithi131.stdout:osd.all-available-devices 8 26s ago 102s * 2024-01-21T10:54:46.907 INFO:teuthology.orchestra.run.smithi131.stdout:prometheus ?:9095 1/1 24s ago 3m count:1 2024-01-21T10:54:47.281 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-21T10:54:47.600 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:46.347393+0000 mgr.smithi131.icwxxw (mgr.14180) 120 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:47.600 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:46.903224+0000 mgr.smithi131.icwxxw (mgr.14180) 121 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:47.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:46.347393+0000 mgr.smithi131.icwxxw (mgr.14180) 120 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:47.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:46.903224+0000 mgr.smithi131.icwxxw (mgr.14180) 121 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:48.595 INFO:teuthology.orchestra.run.smithi131.stdout:HOST ADDR LABELS STATUS 2024-01-21T10:54:48.595 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 172.21.15.131 2024-01-21T10:54:48.595 INFO:teuthology.orchestra.run.smithi131.stdout:smithi187 172.21.15.187 2024-01-21T10:54:48.595 INFO:teuthology.orchestra.run.smithi131.stdout:2 hosts in cluster 2024-01-21T10:54:48.973 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-21T10:54:49.625 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:48.347702+0000 mgr.smithi131.icwxxw (mgr.14180) 122 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:49.626 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:48.594931+0000 mgr.smithi131.icwxxw (mgr.14180) 123 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:49.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:48.347702+0000 mgr.smithi131.icwxxw (mgr.14180) 122 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:49.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:48.594931+0000 mgr.smithi131.icwxxw (mgr.14180) 123 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:50.247 INFO:teuthology.orchestra.run.smithi131.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T10:54:50.247 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300N4400BGN 372G 40s ago Has a FileSystem, LVM detected 2024-01-21T10:54:50.247 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme1n1 ssd Linux_72d240019bf731fc106d 89.4G 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:50.247 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme2n1 ssd Linux_0e38189c00da7142f59b 89.4G 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:50.247 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme3n1 ssd Linux_891deebcb7700935cf2f 89.4G 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:50.247 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme4n1 ssd Linux_8712bdeb5f0c638364b6 89.4G 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:50.247 INFO:teuthology.orchestra.run.smithi131.stdout:smithi187 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500MW400BGN 372G 43s ago Has a FileSystem, LVM detected 2024-01-21T10:54:50.247 INFO:teuthology.orchestra.run.smithi131.stdout:smithi187 /dev/nvme1n1 ssd Linux_be90cfe3369c4fbba161 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:50.247 INFO:teuthology.orchestra.run.smithi131.stdout:smithi187 /dev/nvme2n1 ssd Linux_bf8fe5618589f6f288df 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:50.247 INFO:teuthology.orchestra.run.smithi131.stdout:smithi187 /dev/nvme3n1 ssd Linux_9aa2d1e9bba2587923eb 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:50.247 INFO:teuthology.orchestra.run.smithi131.stdout:smithi187 /dev/nvme4n1 ssd Linux_50ba276e95baa9fc1f7e 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:50.622 INFO:teuthology.run_tasks:Running task vip... 2024-01-21T10:54:50.632 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-21T10:54:50.632 INFO:tasks.vip:peername 172.21.15.131 2024-01-21T10:54:50.635 INFO:tasks.vip:172.21.15.131 in 172.21.0.0/20, pos 3970 2024-01-21T10:54:50.639 INFO:tasks.vip:smithi131.front.sepia.ceph.com static 10.0.15.131, vnet 10.0.0.0/16 2024-01-21T10:54:50.639 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-21T10:54:50.639 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip route ls 2024-01-21T10:54:50.668 INFO:teuthology.orchestra.run.smithi131.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-21T10:54:50.668 INFO:teuthology.orchestra.run.smithi131.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.131 metric 100 2024-01-21T10:54:50.669 INFO:tasks.vip:Configuring 10.0.15.131 on smithi131.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T10:54:50.669 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip addr add 10.0.15.131/16 dev enp3s0f1 2024-01-21T10:54:50.738 INFO:tasks.vip:peername 172.21.15.187 2024-01-21T10:54:50.740 INFO:tasks.vip:172.21.15.187 in 172.21.0.0/20, pos 4026 2024-01-21T10:54:50.744 INFO:tasks.vip:smithi187.front.sepia.ceph.com static 10.0.15.187, vnet 10.0.0.0/16 2024-01-21T10:54:50.744 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip route ls 2024-01-21T10:54:50.782 INFO:teuthology.orchestra.run.smithi187.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-21T10:54:50.782 INFO:teuthology.orchestra.run.smithi187.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.187 metric 100 2024-01-21T10:54:50.784 INFO:tasks.vip:Configuring 10.0.15.187 on smithi187.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T10:54:50.784 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip addr add 10.0.15.187/16 dev enp3s0f1 2024-01-21T10:54:50.855 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T10:54:50.864 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-01-21T10:54:50.864 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-21T10:54:51.475 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:50.245331+0000 mgr.smithi131.icwxxw (mgr.14180) 124 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:51.476 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:50.348188+0000 mgr.smithi131.icwxxw (mgr.14180) 125 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:51.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:50.245331+0000 mgr.smithi131.icwxxw (mgr.14180) 124 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:51.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:50.348188+0000 mgr.smithi131.icwxxw (mgr.14180) 125 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:52.136 INFO:teuthology.orchestra.run.smithi131.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T10:54:52.136 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300N4400BGN 372G 42s ago Has a FileSystem, LVM detected 2024-01-21T10:54:52.136 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme1n1 ssd Linux_72d240019bf731fc106d 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:52.136 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme2n1 ssd Linux_0e38189c00da7142f59b 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:52.136 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme3n1 ssd Linux_891deebcb7700935cf2f 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:52.137 INFO:teuthology.orchestra.run.smithi131.stdout:smithi131 /dev/nvme4n1 ssd Linux_8712bdeb5f0c638364b6 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:52.137 INFO:teuthology.orchestra.run.smithi131.stdout:smithi187 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500MW400BGN 372G 45s ago Has a FileSystem, LVM detected 2024-01-21T10:54:52.137 INFO:teuthology.orchestra.run.smithi131.stdout:smithi187 /dev/nvme1n1 ssd Linux_be90cfe3369c4fbba161 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:52.137 INFO:teuthology.orchestra.run.smithi131.stdout:smithi187 /dev/nvme2n1 ssd Linux_bf8fe5618589f6f288df 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:52.137 INFO:teuthology.orchestra.run.smithi131.stdout:smithi187 /dev/nvme3n1 ssd Linux_9aa2d1e9bba2587923eb 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:52.137 INFO:teuthology.orchestra.run.smithi131.stdout:smithi187 /dev/nvme4n1 ssd Linux_50ba276e95baa9fc1f7e 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T10:54:52.518 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-21T10:54:52.529 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-01-21T10:54:52.529 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T10:54:52.560 INFO:teuthology.orchestra.run.smithi131.stderr:+ systemctl stop nfs-server 2024-01-21T10:54:52.567 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi187.front.sepia.ceph.com 2024-01-21T10:54:52.568 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T10:54:52.596 INFO:teuthology.orchestra.run.smithi187.stderr:+ systemctl stop nfs-server 2024-01-21T10:54:52.603 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T10:54:52.612 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-01-21T10:54:52.612 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-01-21T10:54:52.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:52.156270+0000 mon.smithi131 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:54:52.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:52.156270+0000 mon.smithi131 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T10:54:53.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:52.134296+0000 mgr.smithi131.icwxxw (mgr.14180) 126 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:53.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:52.348499+0000 mgr.smithi131.icwxxw (mgr.14180) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:53.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:52.134296+0000 mgr.smithi131.icwxxw (mgr.14180) 126 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:53.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:52.348499+0000 mgr.smithi131.icwxxw (mgr.14180) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:54.302 INFO:teuthology.orchestra.run.smithi131.stdout:Scheduled rgw.foorgw update... 2024-01-21T10:54:54.814 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.131/16' 2024-01-21T10:54:54.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:53.593402+0000 mon.smithi131 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:54.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:54.302405+0000 mon.smithi131 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:55.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:53.593402+0000 mon.smithi131 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:55.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:54.302405+0000 mon.smithi131 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:55.885 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:54.298298+0000 mgr.smithi131.icwxxw (mgr.14180) 128 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:55.885 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:54.299277+0000 mgr.smithi131.icwxxw (mgr.14180) 129 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T10:54:55.885 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:54.348757+0000 mgr.smithi131.icwxxw (mgr.14180) 130 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:55.991 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:54.298298+0000 mgr.smithi131.icwxxw (mgr.14180) 128 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:55.992 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:54.299277+0000 mgr.smithi131.icwxxw (mgr.14180) 129 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T10:54:55.992 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:54.348757+0000 mgr.smithi131.icwxxw (mgr.14180) 130 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:56.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:55.771459+0000 mon.smithi131 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:56.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:56.259278+0000 mon.smithi131 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:56.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:56.306058+0000 mon.smithi131 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-21T10:54:57.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:55.771459+0000 mon.smithi131 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:57.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:56.259278+0000 mon.smithi131 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:57.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:56.306058+0000 mon.smithi131 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-21T10:54:58.028 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:56.304731+0000 mgr.smithi131.icwxxw (mgr.14180) 131 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.131/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:58.028 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:56.349053+0000 mgr.smithi131.icwxxw (mgr.14180) 132 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:58.028 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:57.268485+0000 mon.smithi131 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-21T10:54:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:57.268543+0000 mon.smithi131 (mon.0) 568 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-21T10:54:58.029 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:57.270416+0000 mon.smithi131 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-21T10:54:58.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:56.304731+0000 mgr.smithi131.icwxxw (mgr.14180) 131 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.131/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:54:58.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:56.349053+0000 mgr.smithi131.icwxxw (mgr.14180) 132 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:58.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:57.268485+0000 mon.smithi131 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-21T10:54:58.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:57.268543+0000 mon.smithi131 (mon.0) 568 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-21T10:54:58.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:57.270416+0000 mon.smithi131 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-21T10:54:58.301 INFO:teuthology.orchestra.run.smithi131.stdout:NFS Cluster Created Successfully 2024-01-21T10:54:58.713 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-21T10:54:58.722 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-01-21T10:54:58.722 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-01-21T10:54:58.751 INFO:teuthology.orchestra.run.smithi131.stderr:+ dnf install -y python3-boto3 2024-01-21T10:54:59.067 INFO:teuthology.orchestra.run.smithi131.stdout:Updating Subscription Management repositories. 2024-01-21T10:54:59.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:58.266863+0000 mon.smithi131 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-21T10:54:59.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:58.267024+0000 mon.smithi131 (mon.0) 571 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-21T10:54:59.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:58.293358+0000 mgr.smithi131.icwxxw (mgr.14180) 133 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-21T10:54:59.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:58.296704+0000 mon.smithi131 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:59.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:58.297930+0000 mgr.smithi131.icwxxw (mgr.14180) 134 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-21T10:54:59.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:58.300857+0000 mon.smithi131 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:59.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:58.349356+0000 mgr.smithi131.icwxxw (mgr.14180) 135 : cluster [DBG] pgmap v99: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:59.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:58.507276+0000 mon.smithi131 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:59.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:58.508093+0000 mon.smithi131 (mon.0) 575 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:59.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:58.508647+0000 mon.smithi131 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T10:54:59.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:58.512753+0000 mon.smithi131 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:59.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:58.516674+0000 mon.smithi131 (mon.0) 578 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T10:54:59.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:58.521012+0000 mgr.smithi131.icwxxw (mgr.14180) 136 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T10:54:59.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:58.525831+0000 mon.smithi131 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:59.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:58.526272+0000 mon.smithi131 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi187.lergqn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T10:54:59.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:58.531106+0000 mon.smithi131 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi187.lergqn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T10:54:59.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:58.537226+0000 mon.smithi131 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:59.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:54:58.537817+0000 mon.smithi131 (mon.0) 583 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:59.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:54:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:54:58.538340+0000 mgr.smithi131.icwxxw (mgr.14180) 137 : cephadm [INF] Deploying daemon rgw.foorgw.smithi187.lergqn on smithi187 2024-01-21T10:54:59.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:58.266863+0000 mon.smithi131 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-21T10:54:59.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:58.267024+0000 mon.smithi131 (mon.0) 571 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-21T10:54:59.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:58.293358+0000 mgr.smithi131.icwxxw (mgr.14180) 133 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-21T10:54:59.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:58.296704+0000 mon.smithi131 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:59.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:58.297930+0000 mgr.smithi131.icwxxw (mgr.14180) 134 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-21T10:54:59.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:58.300857+0000 mon.smithi131 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:59.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:58.349356+0000 mgr.smithi131.icwxxw (mgr.14180) 135 : cluster [DBG] pgmap v99: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:54:59.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:58.507276+0000 mon.smithi131 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:59.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:58.508093+0000 mon.smithi131 (mon.0) 575 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:59.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:58.508647+0000 mon.smithi131 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T10:54:59.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:58.512753+0000 mon.smithi131 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:59.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:58.516674+0000 mon.smithi131 (mon.0) 578 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T10:54:59.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:58.521012+0000 mgr.smithi131.icwxxw (mgr.14180) 136 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T10:54:59.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:58.525831+0000 mon.smithi131 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:59.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:58.526272+0000 mon.smithi131 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi187.lergqn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T10:54:59.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:58.531106+0000 mon.smithi131 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi187.lergqn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T10:54:59.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:58.537226+0000 mon.smithi131 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:54:59.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:54:58.537817+0000 mon.smithi131 (mon.0) 583 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:54:59.678 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:54:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:54:58.538340+0000 mgr.smithi131.icwxxw (mgr.14180) 137 : cephadm [INF] Deploying daemon rgw.foorgw.smithi187.lergqn on smithi187 2024-01-21T10:55:00.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:59.267831+0000 mon.smithi131 (mon.0) 584 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-21T10:55:00.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:54:59.544520+0000 mon.smithi131 (mon.0) 585 : cluster [DBG] mgrmap e19: smithi131.icwxxw(active, since 2m), standbys: smithi187.qmgmqr 2024-01-21T10:55:00.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:59.267831+0000 mon.smithi131 (mon.0) 584 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-21T10:55:00.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:54:59.544520+0000 mon.smithi131 (mon.0) 585 : cluster [DBG] mgrmap e19: smithi131.icwxxw(active, since 2m), standbys: smithi187.qmgmqr 2024-01-21T10:55:00.919 INFO:teuthology.orchestra.run.smithi131.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 23 kB/s | 4.1 kB 00:00 2024-01-21T10:55:01.355 INFO:teuthology.orchestra.run.smithi131.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2024-01-21T10:55:01.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:00.349698+0000 mgr.smithi131.icwxxw (mgr.14180) 138 : cluster [DBG] pgmap v101: 33 pgs: 1 creating+peering, 12 active+clean, 20 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:55:01.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:00.448702+0000 mon.smithi131 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:01.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:00.449798+0000 mon.smithi131 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi131.uicise", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T10:55:01.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:00.452819+0000 mon.smithi131 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi131.uicise", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T10:55:01.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:00.456915+0000 mon.smithi131 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:01.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:00.457714+0000 mon.smithi131 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:55:01.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:55:00.458260+0000 mgr.smithi131.icwxxw (mgr.14180) 139 : cephadm [INF] Deploying daemon rgw.foorgw.smithi131.uicise on smithi131 2024-01-21T10:55:01.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:00.545912+0000 mon.smithi131 (mon.0) 591 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-21T10:55:01.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:00.547089+0000 mon.smithi187 (mon.1) 22 : audit [INF] from='client.? 172.21.15.187:0/2493129443' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T10:55:01.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:00.549796+0000 mon.smithi131 (mon.0) 592 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T10:55:01.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:00.349698+0000 mgr.smithi131.icwxxw (mgr.14180) 138 : cluster [DBG] pgmap v101: 33 pgs: 1 creating+peering, 12 active+clean, 20 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:55:01.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:00.448702+0000 mon.smithi131 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:01.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:00.449798+0000 mon.smithi131 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi131.uicise", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T10:55:01.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:00.452819+0000 mon.smithi131 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi131.uicise", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T10:55:01.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:00.456915+0000 mon.smithi131 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:01.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:00.457714+0000 mon.smithi131 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:55:01.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:55:00.458260+0000 mgr.smithi131.icwxxw (mgr.14180) 139 : cephadm [INF] Deploying daemon rgw.foorgw.smithi131.uicise on smithi131 2024-01-21T10:55:01.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:00.545912+0000 mon.smithi131 (mon.0) 591 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-21T10:55:01.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:00.547089+0000 mon.smithi187 (mon.1) 22 : audit [INF] from='client.? 172.21.15.187:0/2493129443' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T10:55:01.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:00.549796+0000 mon.smithi131 (mon.0) 592 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T10:55:02.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:01.547831+0000 mon.smithi131 (mon.0) 593 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-21T10:55:02.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:01.547948+0000 mon.smithi131 (mon.0) 594 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-21T10:55:02.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.340857+0000 mon.smithi131 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:02.840 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.344711+0000 mon.smithi131 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:02.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.360832+0000 mon.smithi131 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.miirlj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T10:55:02.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.363964+0000 mon.smithi131 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.miirlj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T10:55:02.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.364668+0000 mon.smithi131 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 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-21T10:55:02.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.369004+0000 mon.smithi131 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 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-21T10:55:02.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.369982+0000 mon.smithi131 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:55:02.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.406659+0000 mon.smithi131 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T10:55:02.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.410414+0000 mon.smithi131 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T10:55:02.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.452697+0000 mon.smithi131 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.miirlj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T10:55:02.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.455784+0000 mon.smithi131 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.miirlj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T10:55:02.841 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.459150+0000 mon.smithi131 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:55:03.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:01.547831+0000 mon.smithi131 (mon.0) 593 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-21T10:55:03.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:01.547948+0000 mon.smithi131 (mon.0) 594 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-21T10:55:03.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.340857+0000 mon.smithi131 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:03.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.344711+0000 mon.smithi131 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:03.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.360832+0000 mon.smithi131 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.miirlj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T10:55:03.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.363964+0000 mon.smithi131 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.miirlj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T10:55:03.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.364668+0000 mon.smithi131 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 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-21T10:55:03.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.369004+0000 mon.smithi131 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 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-21T10:55:03.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.369982+0000 mon.smithi131 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:55:03.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.406659+0000 mon.smithi131 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T10:55:03.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.410414+0000 mon.smithi131 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T10:55:03.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.452697+0000 mon.smithi131 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.miirlj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T10:55:03.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.455784+0000 mon.smithi131 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi131.miirlj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T10:55:03.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.459150+0000 mon.smithi131 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T10:55:03.222 INFO:teuthology.orchestra.run.smithi131.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 MB/s | 59 MB 00:01 2024-01-21T10:55:03.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:02.349963+0000 mgr.smithi131.icwxxw (mgr.14180) 140 : cluster [DBG] pgmap v104: 65 pgs: 12 creating+peering, 32 active+clean, 21 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:55:03.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:55:02.360565+0000 mgr.smithi131.icwxxw (mgr.14180) 141 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi131.miirlj 2024-01-21T10:55:03.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:55:02.364446+0000 mgr.smithi131.icwxxw (mgr.14180) 142 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-21T10:55:03.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:55:02.452290+0000 mgr.smithi131.icwxxw (mgr.14180) 143 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-21T10:55:03.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:55:02.452378+0000 mgr.smithi131.icwxxw (mgr.14180) 144 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi131.miirlj-rgw 2024-01-21T10:55:03.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:55:02.459846+0000 mgr.smithi131.icwxxw (mgr.14180) 145 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi131.miirlj on smithi131 2024-01-21T10:55:03.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:02.563853+0000 mon.smithi131 (mon.0) 607 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-21T10:55:03.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.567382+0000 mon.smithi187 (mon.1) 23 : audit [INF] from='client.? 172.21.15.187:0/2493129443' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T10:55:03.807 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.567760+0000 mon.smithi131 (mon.0) 608 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T10:55:03.808 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:02.568280+0000 mon.smithi131 (mon.0) 609 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T10:55:04.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:02.349963+0000 mgr.smithi131.icwxxw (mgr.14180) 140 : cluster [DBG] pgmap v104: 65 pgs: 12 creating+peering, 32 active+clean, 21 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:55:04.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:55:02.360565+0000 mgr.smithi131.icwxxw (mgr.14180) 141 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi131.miirlj 2024-01-21T10:55:04.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:55:02.364446+0000 mgr.smithi131.icwxxw (mgr.14180) 142 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-21T10:55:04.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:55:02.452290+0000 mgr.smithi131.icwxxw (mgr.14180) 143 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-21T10:55:04.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:55:02.452378+0000 mgr.smithi131.icwxxw (mgr.14180) 144 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi131.miirlj-rgw 2024-01-21T10:55:04.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:55:02.459846+0000 mgr.smithi131.icwxxw (mgr.14180) 145 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi131.miirlj on smithi131 2024-01-21T10:55:04.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:02.563853+0000 mon.smithi131 (mon.0) 607 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-21T10:55:04.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.567382+0000 mon.smithi187 (mon.1) 23 : audit [INF] from='client.? 172.21.15.187:0/2493129443' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T10:55:04.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.567760+0000 mon.smithi131 (mon.0) 608 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T10:55:04.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:02.568280+0000 mon.smithi131 (mon.0) 609 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T10:55:04.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:03.571459+0000 mon.smithi131 (mon.0) 610 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T10:55:04.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:03.571541+0000 mon.smithi131 (mon.0) 611 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T10:55:04.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:03.571690+0000 mon.smithi131 (mon.0) 612 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-21T10:55:04.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:04.325912+0000 mon.smithi131 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:04.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:04.333866+0000 mon.smithi131 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:04.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:03.571459+0000 mon.smithi131 (mon.0) 610 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T10:55:04.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:03.571541+0000 mon.smithi131 (mon.0) 611 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T10:55:04.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:03.571690+0000 mon.smithi131 (mon.0) 612 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-21T10:55:04.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:04.325912+0000 mon.smithi131 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:04.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:04.333866+0000 mon.smithi131 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:05.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:55:04.345189+0000 mgr.smithi131.icwxxw (mgr.14180) 146 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.uagvpq on smithi187 2024-01-21T10:55:05.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:04.350305+0000 mgr.smithi131.icwxxw (mgr.14180) 147 : cluster [DBG] pgmap v107: 97 pgs: 14 creating+peering, 40 active+clean, 43 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:55:05.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:04.579748+0000 mon.smithi131 (mon.0) 615 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-21T10:55:05.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:04.580735+0000 mon.smithi187 (mon.1) 24 : audit [INF] from='client.? 172.21.15.187:0/2493129443' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T10:55:05.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:04.581492+0000 mon.smithi131 (mon.0) 616 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T10:55:05.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:04.582125+0000 mon.smithi131 (mon.0) 617 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T10:55:06.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:55:04.345189+0000 mgr.smithi131.icwxxw (mgr.14180) 146 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.uagvpq on smithi187 2024-01-21T10:55:06.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:04.350305+0000 mgr.smithi131.icwxxw (mgr.14180) 147 : cluster [DBG] pgmap v107: 97 pgs: 14 creating+peering, 40 active+clean, 43 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:55:06.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:04.579748+0000 mon.smithi131 (mon.0) 615 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-21T10:55:06.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:04.580735+0000 mon.smithi187 (mon.1) 24 : audit [INF] from='client.? 172.21.15.187:0/2493129443' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T10:55:06.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:04.581492+0000 mon.smithi131 (mon.0) 616 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T10:55:06.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:04.582125+0000 mon.smithi131 (mon.0) 617 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T10:55:06.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:05.583174+0000 mon.smithi131 (mon.0) 618 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T10:55:06.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:05.583250+0000 mon.smithi131 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T10:55:06.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:05.583383+0000 mon.smithi131 (mon.0) 620 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T10:55:07.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:05.583174+0000 mon.smithi131 (mon.0) 618 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T10:55:07.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:05.583250+0000 mon.smithi131 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T10:55:07.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:05.583383+0000 mon.smithi131 (mon.0) 620 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T10:55:07.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:06.350647+0000 mgr.smithi131.icwxxw (mgr.14180) 148 : cluster [DBG] pgmap v110: 129 pgs: 22 creating+peering, 70 active+clean, 37 unknown; 450 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 767 B/s wr, 3 op/s 2024-01-21T10:55:07.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:06.595038+0000 mon.smithi131 (mon.0) 621 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T10:55:07.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:06.596571+0000 mon.smithi131 (mon.0) 622 : audit [INF] from='client.? 172.21.15.131:0/2544685069' entity='client.rgw.foorgw.smithi131.uicise' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T10:55:07.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:06.597690+0000 mon.smithi187 (mon.1) 25 : audit [INF] from='client.? 172.21.15.187:0/3542526742' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T10:55:07.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:06.598313+0000 mon.smithi131 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T10:55:07.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:07.230111+0000 mon.smithi131 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:06.350647+0000 mgr.smithi131.icwxxw (mgr.14180) 148 : cluster [DBG] pgmap v110: 129 pgs: 22 creating+peering, 70 active+clean, 37 unknown; 450 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 767 B/s wr, 3 op/s 2024-01-21T10:55:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:06.595038+0000 mon.smithi131 (mon.0) 621 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T10:55:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:06.596571+0000 mon.smithi131 (mon.0) 622 : audit [INF] from='client.? 172.21.15.131:0/2544685069' entity='client.rgw.foorgw.smithi131.uicise' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T10:55:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:06.597690+0000 mon.smithi187 (mon.1) 25 : audit [INF] from='client.? 172.21.15.187:0/3542526742' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T10:55:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:06.598313+0000 mon.smithi131 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T10:55:08.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:07.230111+0000 mon.smithi131 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:08.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:07.597322+0000 mon.smithi131 (mon.0) 625 : audit [INF] from='client.? 172.21.15.131:0/2544685069' entity='client.rgw.foorgw.smithi131.uicise' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T10:55:08.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:07.597424+0000 mon.smithi131 (mon.0) 626 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T10:55:08.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:07.597601+0000 mon.smithi131 (mon.0) 627 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T10:55:08.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:07.601240+0000 mon.smithi131 (mon.0) 628 : audit [INF] from='client.? 172.21.15.131:0/2544685069' entity='client.rgw.foorgw.smithi131.uicise' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T10:55:08.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:07.617620+0000 mon.smithi187 (mon.1) 26 : audit [INF] from='client.? 172.21.15.187:0/3542526742' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T10:55:08.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:07.619024+0000 mon.smithi131 (mon.0) 629 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T10:55:08.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:08.597899+0000 mon.smithi131 (mon.0) 630 : audit [INF] from='client.? 172.21.15.131:0/2544685069' entity='client.rgw.foorgw.smithi131.uicise' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T10:55:08.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:08.597949+0000 mon.smithi131 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T10:55:08.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:08.598001+0000 mon.smithi131 (mon.0) 632 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T10:55:09.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:07.597322+0000 mon.smithi131 (mon.0) 625 : audit [INF] from='client.? 172.21.15.131:0/2544685069' entity='client.rgw.foorgw.smithi131.uicise' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T10:55:09.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:07.597424+0000 mon.smithi131 (mon.0) 626 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T10:55:09.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:07.597601+0000 mon.smithi131 (mon.0) 627 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T10:55:09.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:07.601240+0000 mon.smithi131 (mon.0) 628 : audit [INF] from='client.? 172.21.15.131:0/2544685069' entity='client.rgw.foorgw.smithi131.uicise' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T10:55:09.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:07.617620+0000 mon.smithi187 (mon.1) 26 : audit [INF] from='client.? 172.21.15.187:0/3542526742' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T10:55:09.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:07.619024+0000 mon.smithi131 (mon.0) 629 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T10:55:09.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:08.597899+0000 mon.smithi131 (mon.0) 630 : audit [INF] from='client.? 172.21.15.131:0/2544685069' entity='client.rgw.foorgw.smithi131.uicise' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T10:55:09.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:08.597949+0000 mon.smithi131 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi187.lergqn' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T10:55:09.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:08.598001+0000 mon.smithi131 (mon.0) 632 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T10:55:09.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:08.350993+0000 mgr.smithi131.icwxxw (mgr.14180) 149 : cluster [DBG] pgmap v113: 161 pgs: 13 creating+peering, 108 active+clean, 40 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.2 KiB/s wr, 11 op/s 2024-01-21T10:55:10.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:08.350993+0000 mgr.smithi131.icwxxw (mgr.14180) 149 : cluster [DBG] pgmap v113: 161 pgs: 13 creating+peering, 108 active+clean, 40 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.2 KiB/s wr, 11 op/s 2024-01-21T10:55:11.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:10.351450+0000 mgr.smithi131.icwxxw (mgr.14180) 150 : cluster [DBG] pgmap v115: 161 pgs: 8 creating+peering, 135 active+clean, 18 unknown; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 3.6 KiB/s wr, 74 op/s 2024-01-21T10:55:12.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:10.351450+0000 mgr.smithi131.icwxxw (mgr.14180) 150 : cluster [DBG] pgmap v115: 161 pgs: 8 creating+peering, 135 active+clean, 18 unknown; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 3.6 KiB/s wr, 74 op/s 2024-01-21T10:55:13.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:12.352041+0000 mgr.smithi131.icwxxw (mgr.14180) 151 : cluster [DBG] pgmap v116: 161 pgs: 2 creating+peering, 159 active+clean; 4.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 KiB/s rd, 5.8 KiB/s wr, 233 op/s 2024-01-21T10:55:14.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:12.352041+0000 mgr.smithi131.icwxxw (mgr.14180) 151 : cluster [DBG] pgmap v116: 161 pgs: 2 creating+peering, 159 active+clean; 4.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 KiB/s rd, 5.8 KiB/s wr, 233 op/s 2024-01-21T10:55:14.135 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:01 ago on Sun 21 Jan 2024 10:55:01 AM UTC. 2024-01-21T10:55:15.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:14.352476+0000 mgr.smithi131.icwxxw (mgr.14180) 152 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 KiB/s rd, 4.3 KiB/s wr, 231 op/s 2024-01-21T10:55:16.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:14.352476+0000 mgr.smithi131.icwxxw (mgr.14180) 152 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 KiB/s rd, 4.3 KiB/s wr, 231 op/s 2024-01-21T10:55:17.740 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2024-01-21T10:55:17.741 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-01-21T10:55:17.741 INFO:teuthology.orchestra.run.smithi131.stdout: Package Arch Version Repository Size 2024-01-21T10:55:17.741 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-01-21T10:55:17.741 INFO:teuthology.orchestra.run.smithi131.stdout:Installing: 2024-01-21T10:55:17.741 INFO:teuthology.orchestra.run.smithi131.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2024-01-21T10:55:17.742 INFO:teuthology.orchestra.run.smithi131.stdout:Installing dependencies: 2024-01-21T10:55:17.742 INFO:teuthology.orchestra.run.smithi131.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2024-01-21T10:55:17.742 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2024-01-21T10:55:17.742 INFO:teuthology.orchestra.run.smithi131.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2024-01-21T10:55:17.742 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:55:17.742 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction Summary 2024-01-21T10:55:17.742 INFO:teuthology.orchestra.run.smithi131.stdout:================================================================================ 2024-01-21T10:55:17.742 INFO:teuthology.orchestra.run.smithi131.stdout:Install 4 Packages 2024-01-21T10:55:17.742 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:55:17.743 INFO:teuthology.orchestra.run.smithi131.stdout:Total download size: 4.8 M 2024-01-21T10:55:17.743 INFO:teuthology.orchestra.run.smithi131.stdout:Installed size: 49 M 2024-01-21T10:55:17.743 INFO:teuthology.orchestra.run.smithi131.stdout:Downloading Packages: 2024-01-21T10:55:17.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:16.352968+0000 mgr.smithi131.icwxxw (mgr.14180) 153 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 KiB/s rd, 3.8 KiB/s wr, 205 op/s 2024-01-21T10:55:18.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:16.352968+0000 mgr.smithi131.icwxxw (mgr.14180) 153 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 KiB/s rd, 3.8 KiB/s wr, 205 op/s 2024-01-21T10:55:19.168 INFO:teuthology.orchestra.run.smithi131.stdout:(1/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 85 kB/s | 108 kB 00:01 2024-01-21T10:55:19.235 INFO:teuthology.orchestra.run.smithi131.stdout:(2/4): python3-boto3-1.15.15-1.el8.noarch.rpm 113 kB/s | 152 kB 00:01 2024-01-21T10:55:19.410 INFO:teuthology.orchestra.run.smithi131.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 186 kB/s | 45 kB 00:00 2024-01-21T10:55:19.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:18.353544+0000 mgr.smithi131.icwxxw (mgr.14180) 154 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 KiB/s rd, 3.3 KiB/s wr, 179 op/s 2024-01-21T10:55:20.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:18.353544+0000 mgr.smithi131.icwxxw (mgr.14180) 154 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 KiB/s rd, 3.3 KiB/s wr, 179 op/s 2024-01-21T10:55:20.219 INFO:teuthology.orchestra.run.smithi131.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 1.9 MB/s | 4.5 MB 00:02 2024-01-21T10:55:20.221 INFO:teuthology.orchestra.run.smithi131.stdout:-------------------------------------------------------------------------------- 2024-01-21T10:55:20.221 INFO:teuthology.orchestra.run.smithi131.stdout:Total 1.9 MB/s | 4.8 MB 00:02 2024-01-21T10:55:20.236 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction check 2024-01-21T10:55:20.245 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction check succeeded. 2024-01-21T10:55:20.245 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction test 2024-01-21T10:55:20.326 INFO:teuthology.orchestra.run.smithi131.stdout:Transaction test succeeded. 2024-01-21T10:55:20.335 INFO:teuthology.orchestra.run.smithi131.stdout:Running transaction 2024-01-21T10:55:20.544 INFO:teuthology.orchestra.run.smithi131.stdout: Preparing : 1/1 2024-01-21T10:55:21.764 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2024-01-21T10:55:21.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:20.354077+0000 mgr.smithi131.icwxxw (mgr.14180) 155 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 2.8 KiB/s wr, 152 op/s 2024-01-21T10:55:22.025 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-01-21T10:55:22.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:20.354077+0000 mgr.smithi131.icwxxw (mgr.14180) 155 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 2.8 KiB/s wr, 152 op/s 2024-01-21T10:55:22.279 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-01-21T10:55:22.549 INFO:teuthology.orchestra.run.smithi131.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2024-01-21T10:55:22.799 INFO:teuthology.orchestra.run.smithi131.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2024-01-21T10:55:22.799 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2024-01-21T10:55:22.800 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-01-21T10:55:22.800 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-01-21T10:55:23.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:22.239537+0000 mon.smithi131 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:23.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:22.354868+0000 mgr.smithi131.icwxxw (mgr.14180) 156 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 2.2 KiB/s wr, 122 op/s 2024-01-21T10:55:23.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:22.239537+0000 mon.smithi131 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:23.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:22.354868+0000 mgr.smithi131.icwxxw (mgr.14180) 156 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 2.2 KiB/s wr, 122 op/s 2024-01-21T10:55:25.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:24.355310+0000 mgr.smithi131.icwxxw (mgr.14180) 157 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 682 B/s wr, 35 op/s 2024-01-21T10:55:25.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:24.355310+0000 mgr.smithi131.icwxxw (mgr.14180) 157 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 682 B/s wr, 35 op/s 2024-01-21T10:55:27.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:26.355886+0000 mgr.smithi131.icwxxw (mgr.14180) 158 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:55:28.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:26.355886+0000 mgr.smithi131.icwxxw (mgr.14180) 158 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:55:28.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:28.336801+0000 mon.smithi131 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]: dispatch 2024-01-21T10:55:29.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:28.336801+0000 mon.smithi131 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]: dispatch 2024-01-21T10:55:29.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:28.356493+0000 mgr.smithi131.icwxxw (mgr.14180) 159 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:55:29.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:28.569297+0000 mon.smithi131 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]': finished 2024-01-21T10:55:29.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:28.569401+0000 mon.smithi131 (mon.0) 636 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T10:55:30.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:28.356493+0000 mgr.smithi131.icwxxw (mgr.14180) 159 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:55:30.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:28.569297+0000 mon.smithi131 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]': finished 2024-01-21T10:55:30.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:28.569401+0000 mon.smithi131 (mon.0) 636 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T10:55:30.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:29.574516+0000 mon.smithi131 (mon.0) 637 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T10:55:31.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:29.574516+0000 mon.smithi131 (mon.0) 637 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T10:55:31.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:30.356976+0000 mgr.smithi131.icwxxw (mgr.14180) 160 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:55:32.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:30.356976+0000 mgr.smithi131.icwxxw (mgr.14180) 160 : cluster [DBG] pgmap v127: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:55:33.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:32.357753+0000 mgr.smithi131.icwxxw (mgr.14180) 161 : cluster [DBG] pgmap v128: 161 pgs: 1 activating, 160 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T10:55:34.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:32.357753+0000 mgr.smithi131.icwxxw (mgr.14180) 161 : cluster [DBG] pgmap v128: 161 pgs: 1 activating, 160 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T10:55:34.220 INFO:teuthology.orchestra.run.smithi131.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2024-01-21T10:55:34.220 INFO:teuthology.orchestra.run.smithi131.stdout:Installed products updated. 2024-01-21T10:55:34.745 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:55:34.745 INFO:teuthology.orchestra.run.smithi131.stdout:Installed: 2024-01-21T10:55:34.745 INFO:teuthology.orchestra.run.smithi131.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2024-01-21T10:55:34.745 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2024-01-21T10:55:34.745 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:55:34.745 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2024-01-21T10:55:34.920 DEBUG:teuthology.orchestra.run.smithi131:> 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-21T10:55:34.990 INFO:teuthology.orchestra.run.smithi131.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-01-21T10:55:35.234 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring fsid e5c272d8-b84a-11ee-95b0-87774f69a715 2024-01-21T10:55:35.259 INFO:teuthology.orchestra.run.smithi131.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:1b24450ab6fb489afb5fe4805ef16395673dc2aab2108084613a229213867b24 2024-01-21T10:55:35.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:34.358230+0000 mgr.smithi131.icwxxw (mgr.14180) 162 : cluster [DBG] pgmap v129: 161 pgs: 1 activating, 160 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T10:55:36.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:34.358230+0000 mgr.smithi131.icwxxw (mgr.14180) 162 : cluster [DBG] pgmap v129: 161 pgs: 1 activating, 160 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T10:55:36.566 INFO:teuthology.run_tasks:Running task python... 2024-01-21T10:55:36.592 INFO:tasks.python:Running python on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-01-21T10:55:36.592 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-21T10:55:36.593 DEBUG:teuthology.orchestra.run.smithi131:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-01-21T10:55:37.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:36.358760+0000 mgr.smithi131.icwxxw (mgr.14180) 163 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T10:55:38.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:36.358760+0000 mgr.smithi131.icwxxw (mgr.14180) 163 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T10:55:38.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:37.601507+0000 mon.smithi131 (mon.0) 638 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-21T10:55:38.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:37.605196+0000 mon.smithi131 (mon.0) 639 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-21T10:55:39.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:37.601507+0000 mon.smithi131 (mon.0) 638 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-21T10:55:39.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:37.605196+0000 mon.smithi131 (mon.0) 639 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-21T10:55:39.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:38.359211+0000 mgr.smithi131.icwxxw (mgr.14180) 164 : cluster [DBG] pgmap v132: 193 pgs: 32 unknown, 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2024-01-21T10:55:39.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:38.604268+0000 mon.smithi131 (mon.0) 640 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-21T10:55:39.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:38.604474+0000 mon.smithi131 (mon.0) 641 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-21T10:55:39.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:38.609163+0000 mon.smithi131 (mon.0) 642 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T10:55:40.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:38.359211+0000 mgr.smithi131.icwxxw (mgr.14180) 164 : cluster [DBG] pgmap v132: 193 pgs: 32 unknown, 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2024-01-21T10:55:40.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:38.604268+0000 mon.smithi131 (mon.0) 640 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-21T10:55:40.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:38.604474+0000 mon.smithi131 (mon.0) 641 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-21T10:55:40.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:38.609163+0000 mon.smithi131 (mon.0) 642 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T10:55:40.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:39.606865+0000 mon.smithi131 (mon.0) 643 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T10:55:40.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:39.606923+0000 mon.smithi131 (mon.0) 644 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-21T10:55:41.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:39.606865+0000 mon.smithi131 (mon.0) 643 : audit [INF] from='client.? 172.21.15.131:0/1111454074' entity='client.rgw.foorgw.smithi131.uicise' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T10:55:41.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:39.606923+0000 mon.smithi131 (mon.0) 644 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-21T10:55:41.680 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T10:55:41.689 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi131.front.sepia.ceph.com 2024-01-21T10:55:41.689 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2024-01-21T10:55:41.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:40.359821+0000 mgr.smithi131.icwxxw (mgr.14180) 165 : cluster [DBG] pgmap v135: 193 pgs: 4 creating+peering, 24 unknown, 165 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 1 op/s 2024-01-21T10:55:41.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:40.618950+0000 mon.smithi131 (mon.0) 645 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-21T10:55:41.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:40.621932+0000 mon.smithi131 (mon.0) 646 : audit [INF] from='client.? 172.21.15.131:0/2544685069' entity='client.rgw.foorgw.smithi131.uicise' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-21T10:55:42.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:40.359821+0000 mgr.smithi131.icwxxw (mgr.14180) 165 : cluster [DBG] pgmap v135: 193 pgs: 4 creating+peering, 24 unknown, 165 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 1 op/s 2024-01-21T10:55:42.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:40.618950+0000 mon.smithi131 (mon.0) 645 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-21T10:55:42.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:40.621932+0000 mon.smithi131 (mon.0) 646 : audit [INF] from='client.? 172.21.15.131:0/2544685069' entity='client.rgw.foorgw.smithi131.uicise' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-21T10:55:42.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:41.618926+0000 mon.smithi131 (mon.0) 647 : audit [INF] from='client.? 172.21.15.131:0/2544685069' entity='client.rgw.foorgw.smithi131.uicise' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-21T10:55:42.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:41.619091+0000 mon.smithi131 (mon.0) 648 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-21T10:55:43.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:41.618926+0000 mon.smithi131 (mon.0) 647 : audit [INF] from='client.? 172.21.15.131:0/2544685069' entity='client.rgw.foorgw.smithi131.uicise' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-21T10:55:43.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:41.619091+0000 mon.smithi131 (mon.0) 648 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-21T10:55:43.542 INFO:teuthology.orchestra.run.smithi131.stdout:{ 2024-01-21T10:55:43.542 INFO:teuthology.orchestra.run.smithi131.stdout: "bind": "/foobucket", 2024-01-21T10:55:43.542 INFO:teuthology.orchestra.run.smithi131.stdout: "path": "foobucket", 2024-01-21T10:55:43.542 INFO:teuthology.orchestra.run.smithi131.stdout: "cluster": "foo", 2024-01-21T10:55:43.542 INFO:teuthology.orchestra.run.smithi131.stdout: "mode": "RW", 2024-01-21T10:55:43.543 INFO:teuthology.orchestra.run.smithi131.stdout: "squash": "none" 2024-01-21T10:55:43.543 INFO:teuthology.orchestra.run.smithi131.stdout:} 2024-01-21T10:55:43.837 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:42.360438+0000 mgr.smithi131.icwxxw (mgr.14180) 166 : cluster [DBG] pgmap v138: 225 pgs: 12 creating+peering, 27 unknown, 186 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 767 B/s wr, 6 op/s 2024-01-21T10:55:43.837 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:42.633268+0000 mon.smithi131 (mon.0) 649 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-21T10:55:43.922 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T10:55:43.931 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-21T10:55:43.932 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:55:44.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:42.360438+0000 mgr.smithi131.icwxxw (mgr.14180) 166 : cluster [DBG] pgmap v138: 225 pgs: 12 creating+peering, 27 unknown, 186 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 767 B/s wr, 6 op/s 2024-01-21T10:55:44.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:42.633268+0000 mon.smithi131 (mon.0) 649 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-21T10:55:44.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:43.316659+0000 mgr.smithi131.icwxxw (mgr.14180) 167 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:55:45.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:43.316659+0000 mgr.smithi131.icwxxw (mgr.14180) 167 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T10:55:45.299 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:55:45.299 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:55:45.680 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:55:45.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:44.361002+0000 mgr.smithi131.icwxxw (mgr.14180) 168 : cluster [DBG] pgmap v140: 225 pgs: 8 creating+peering, 13 unknown, 204 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 1.5 KiB/s wr, 9 op/s 2024-01-21T10:55:46.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:44.361002+0000 mgr.smithi131.icwxxw (mgr.14180) 168 : cluster [DBG] pgmap v140: 225 pgs: 8 creating+peering, 13 unknown, 204 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 1.5 KiB/s wr, 9 op/s 2024-01-21T10:55:46.680 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:55:46.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:45.296114+0000 mgr.smithi131.icwxxw (mgr.14180) 169 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:55:47.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:45.296114+0000 mgr.smithi131.icwxxw (mgr.14180) 169 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:55:47.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:46.361634+0000 mgr.smithi131.icwxxw (mgr.14180) 170 : cluster [DBG] pgmap v141: 225 pgs: 8 creating+peering, 217 active+clean; 6.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 1.8 KiB/s wr, 23 op/s 2024-01-21T10:55:48.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:46.361634+0000 mgr.smithi131.icwxxw (mgr.14180) 170 : cluster [DBG] pgmap v141: 225 pgs: 8 creating+peering, 217 active+clean; 6.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 1.8 KiB/s wr, 23 op/s 2024-01-21T10:55:48.036 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:55:48.036 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:55:48.405 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:55:48.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:48.033699+0000 mgr.smithi131.icwxxw (mgr.14180) 171 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:55:49.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:48.033699+0000 mgr.smithi131.icwxxw (mgr.14180) 171 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:55:49.406 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:55:49.721 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:48.362215+0000 mgr.smithi131.icwxxw (mgr.14180) 172 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 1.3 KiB/s wr, 23 op/s 2024-01-21T10:55:50.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:48.362215+0000 mgr.smithi131.icwxxw (mgr.14180) 172 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 1.3 KiB/s wr, 23 op/s 2024-01-21T10:55:50.808 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:55:50.808 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:55:51.187 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:55:51.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:50.362805+0000 mgr.smithi131.icwxxw (mgr.14180) 173 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 1.0 KiB/s wr, 23 op/s 2024-01-21T10:55:51.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:50.805320+0000 mgr.smithi131.icwxxw (mgr.14180) 174 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:55:52.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:50.362805+0000 mgr.smithi131.icwxxw (mgr.14180) 173 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 1.0 KiB/s wr, 23 op/s 2024-01-21T10:55:52.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:50.805320+0000 mgr.smithi131.icwxxw (mgr.14180) 174 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:55:52.188 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:55:53.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:52.260002+0000 mon.smithi131 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:53.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:52.363490+0000 mgr.smithi131.icwxxw (mgr.14180) 175 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 921 B/s wr, 20 op/s 2024-01-21T10:55:53.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:52.260002+0000 mon.smithi131 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T10:55:53.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:52.363490+0000 mgr.smithi131.icwxxw (mgr.14180) 175 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 921 B/s wr, 20 op/s 2024-01-21T10:55:54.218 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:55:54.218 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:55:54.612 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:55:55.612 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:55:55.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:54.215463+0000 mgr.smithi131.icwxxw (mgr.14180) 176 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:55:55.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:54.363976+0000 mgr.smithi131.icwxxw (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; 12 KiB/s rd, 523 B/s wr, 16 op/s 2024-01-21T10:55:55.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:54.215463+0000 mgr.smithi131.icwxxw (mgr.14180) 176 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:55:55.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:54.363976+0000 mgr.smithi131.icwxxw (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; 12 KiB/s rd, 523 B/s wr, 16 op/s 2024-01-21T10:55:56.940 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:55:56.941 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:55:57.344 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:55:57.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:56.364640+0000 mgr.smithi131.icwxxw (mgr.14180) 178 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 426 B/s wr, 15 op/s 2024-01-21T10:55:57.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:56.937146+0000 mgr.smithi131.icwxxw (mgr.14180) 179 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:55:58.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:56.364640+0000 mgr.smithi131.icwxxw (mgr.14180) 178 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 426 B/s wr, 15 op/s 2024-01-21T10:55:58.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:56.937146+0000 mgr.smithi131.icwxxw (mgr.14180) 179 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:55:58.345 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:55:59.693 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:55:59.694 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:55:59.872 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:55:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:55:58.365272+0000 mgr.smithi131.icwxxw (mgr.14180) 180 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 85 B/s wr, 6 op/s 2024-01-21T10:56:00.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:55:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:55:58.365272+0000 mgr.smithi131.icwxxw (mgr.14180) 180 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 85 B/s wr, 6 op/s 2024-01-21T10:56:00.103 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:00.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:55:59.690724+0000 mgr.smithi131.icwxxw (mgr.14180) 181 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:01.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:55:59.690724+0000 mgr.smithi131.icwxxw (mgr.14180) 181 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:01.104 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:01.789 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:00.365921+0000 mgr.smithi131.icwxxw (mgr.14180) 182 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-21T10:56:02.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:00.365921+0000 mgr.smithi131.icwxxw (mgr.14180) 182 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-21T10:56:02.479 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:02.479 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:02.869 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:03.871 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:03.904 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:02.366639+0000 mgr.smithi131.icwxxw (mgr.14180) 183 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T10:56:03.904 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:02.476064+0000 mgr.smithi131.icwxxw (mgr.14180) 184 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:04.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:02.366639+0000 mgr.smithi131.icwxxw (mgr.14180) 183 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T10:56:04.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:02.476064+0000 mgr.smithi131.icwxxw (mgr.14180) 184 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:05.261 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:05.261 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:05.636 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:05.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:04.367308+0000 mgr.smithi131.icwxxw (mgr.14180) 185 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:56:06.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:04.367308+0000 mgr.smithi131.icwxxw (mgr.14180) 185 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:56:06.637 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:06.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:05.258040+0000 mgr.smithi131.icwxxw (mgr.14180) 186 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:07.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:05.258040+0000 mgr.smithi131.icwxxw (mgr.14180) 186 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:07.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:06.368198+0000 mgr.smithi131.icwxxw (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; 85 B/s rd, 0 op/s 2024-01-21T10:56:07.985 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:07.985 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:06.368198+0000 mgr.smithi131.icwxxw (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; 85 B/s rd, 0 op/s 2024-01-21T10:56:08.359 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:08.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:07.982718+0000 mgr.smithi131.icwxxw (mgr.14180) 188 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:09.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:07.982718+0000 mgr.smithi131.icwxxw (mgr.14180) 188 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:09.360 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:09.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:08.369071+0000 mgr.smithi131.icwxxw (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; 85 B/s rd, 0 op/s 2024-01-21T10:56:10.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:08.369071+0000 mgr.smithi131.icwxxw (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; 85 B/s rd, 0 op/s 2024-01-21T10:56:10.729 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:10.729 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:11.100 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:11.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:10.369719+0000 mgr.smithi131.icwxxw (mgr.14180) 190 : 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-21T10:56:11.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:10.725688+0000 mgr.smithi131.icwxxw (mgr.14180) 191 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:12.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:10.369719+0000 mgr.smithi131.icwxxw (mgr.14180) 190 : 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-21T10:56:12.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:10.725688+0000 mgr.smithi131.icwxxw (mgr.14180) 191 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:12.101 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:13.413 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:13.414 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:13.741 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:12.370447+0000 mgr.smithi131.icwxxw (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-21T10:56:13.825 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:14.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:12.370447+0000 mgr.smithi131.icwxxw (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-21T10:56:14.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:13.410406+0000 mgr.smithi131.icwxxw (mgr.14180) 193 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:14.826 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:14.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:13.410406+0000 mgr.smithi131.icwxxw (mgr.14180) 193 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:15.829 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:14.371099+0000 mgr.smithi131.icwxxw (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; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T10:56:16.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:14.371099+0000 mgr.smithi131.icwxxw (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; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T10:56:16.189 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:16.189 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:16.567 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:17.568 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:17.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:16.186274+0000 mgr.smithi131.icwxxw (mgr.14180) 195 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:17.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:16.371775+0000 mgr.smithi131.icwxxw (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; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T10:56:18.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:16.186274+0000 mgr.smithi131.icwxxw (mgr.14180) 195 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:18.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:16.371775+0000 mgr.smithi131.icwxxw (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; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T10:56:18.902 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:18.902 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:19.266 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:19.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:18.372364+0000 mgr.smithi131.icwxxw (mgr.14180) 197 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T10:56:19.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:18.899050+0000 mgr.smithi131.icwxxw (mgr.14180) 198 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:20.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:18.372364+0000 mgr.smithi131.icwxxw (mgr.14180) 197 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T10:56:20.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:18.899050+0000 mgr.smithi131.icwxxw (mgr.14180) 198 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:20.267 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:21.582 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:21.583 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:21.914 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:20.373006+0000 mgr.smithi131.icwxxw (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; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T10:56:21.957 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:22.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:20.373006+0000 mgr.smithi131.icwxxw (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; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T10:56:22.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:21.579761+0000 mgr.smithi131.icwxxw (mgr.14180) 200 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:22.958 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:23.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:21.579761+0000 mgr.smithi131.icwxxw (mgr.14180) 200 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:23.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:22.373910+0000 mgr.smithi131.icwxxw (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-21T10:56:24.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:22.373910+0000 mgr.smithi131.icwxxw (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-21T10:56:24.285 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:24.285 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:24.649 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:25.650 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:25.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:24.281943+0000 mgr.smithi131.icwxxw (mgr.14180) 202 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:25.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:24.374493+0000 mgr.smithi131.icwxxw (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-21T10:56:26.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:24.281943+0000 mgr.smithi131.icwxxw (mgr.14180) 202 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:26.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:24.374493+0000 mgr.smithi131.icwxxw (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-21T10:56:27.009 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:27.009 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:27.407 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:27.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:26.375353+0000 mgr.smithi131.icwxxw (mgr.14180) 204 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:56:27.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:27.006094+0000 mgr.smithi131.icwxxw (mgr.14180) 205 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:28.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:26.375353+0000 mgr.smithi131.icwxxw (mgr.14180) 204 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:56:28.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:27.006094+0000 mgr.smithi131.icwxxw (mgr.14180) 205 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:28.408 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:28.767 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:28.573230+0000 mon.smithi131 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.16", "id": [5, 3]}]: dispatch 2024-01-21T10:56:29.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:28.573230+0000 mon.smithi131 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.16", "id": [5, 3]}]: dispatch 2024-01-21T10:56:29.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:28.376107+0000 mgr.smithi131.icwxxw (mgr.14180) 206 : cluster [DBG] pgmap v162: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:56:29.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:28.645811+0000 mon.smithi131 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.16", "id": [5, 3]}]': finished 2024-01-21T10:56:29.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:28.645873+0000 mon.smithi131 (mon.0) 653 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-01-21T10:56:29.776 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:29.776 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:30.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:28.376107+0000 mgr.smithi131.icwxxw (mgr.14180) 206 : cluster [DBG] pgmap v162: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:56:30.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:28.645811+0000 mon.smithi131 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.16", "id": [5, 3]}]': finished 2024-01-21T10:56:30.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:28.645873+0000 mon.smithi131 (mon.0) 653 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-01-21T10:56:30.148 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:30.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:29.652175+0000 mon.smithi131 (mon.0) 654 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-01-21T10:56:30.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:29.772891+0000 mgr.smithi131.icwxxw (mgr.14180) 207 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:31.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:29.652175+0000 mon.smithi131 (mon.0) 654 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-01-21T10:56:31.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:29.772891+0000 mgr.smithi131.icwxxw (mgr.14180) 207 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:31.149 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:31.784 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:30.376737+0000 mgr.smithi131.icwxxw (mgr.14180) 208 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:56:32.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:30.376737+0000 mgr.smithi131.icwxxw (mgr.14180) 208 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T10:56:32.483 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:32.483 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:32.881 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:33.882 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:33.914 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:32.377432+0000 mgr.smithi131.icwxxw (mgr.14180) 209 : 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-21T10:56:33.914 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:32.480257+0000 mgr.smithi131.icwxxw (mgr.14180) 210 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:34.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:32.377432+0000 mgr.smithi131.icwxxw (mgr.14180) 209 : 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-21T10:56:34.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:32.480257+0000 mgr.smithi131.icwxxw (mgr.14180) 210 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:35.218 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:35.218 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:35.622 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:35.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:34.377987+0000 mgr.smithi131.icwxxw (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; 127 B/s rd, 0 op/s 2024-01-21T10:56:36.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:34.377987+0000 mgr.smithi131.icwxxw (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; 127 B/s rd, 0 op/s 2024-01-21T10:56:36.623 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:36.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:35.215354+0000 mgr.smithi131.icwxxw (mgr.14180) 212 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:37.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:35.215354+0000 mgr.smithi131.icwxxw (mgr.14180) 212 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:37.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:36.378633+0000 mgr.smithi131.icwxxw (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; 127 B/s rd, 0 op/s 2024-01-21T10:56:37.939 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:37.939 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:38.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:36.378633+0000 mgr.smithi131.icwxxw (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; 127 B/s rd, 0 op/s 2024-01-21T10:56:38.356 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:39.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:37.936941+0000 mgr.smithi131.icwxxw (mgr.14180) 214 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:39.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:37.936941+0000 mgr.smithi131.icwxxw (mgr.14180) 214 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:39.357 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:40.019 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:38.379185+0000 mgr.smithi131.icwxxw (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; 105 B/s rd, 0 op/s 2024-01-21T10:56:40.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:38.379185+0000 mgr.smithi131.icwxxw (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; 105 B/s rd, 0 op/s 2024-01-21T10:56:40.742 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:40.742 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:41.121 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:42.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:40.379751+0000 mgr.smithi131.icwxxw (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; 95 B/s rd, 0 op/s 2024-01-21T10:56:42.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:40.738982+0000 mgr.smithi131.icwxxw (mgr.14180) 217 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:42.122 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:42.156 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:40.379751+0000 mgr.smithi131.icwxxw (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; 95 B/s rd, 0 op/s 2024-01-21T10:56:42.156 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:40.738982+0000 mgr.smithi131.icwxxw (mgr.14180) 217 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:43.494 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:43.494 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:43.810 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:42.380654+0000 mgr.smithi131.icwxxw (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-21T10:56:43.878 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:44.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:42.380654+0000 mgr.smithi131.icwxxw (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-21T10:56:44.879 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:45.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:43.485524+0000 mgr.smithi131.icwxxw (mgr.14180) 219 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:45.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:43.485524+0000 mgr.smithi131.icwxxw (mgr.14180) 219 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:45.916 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:44.381100+0000 mgr.smithi131.icwxxw (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-21T10:56:46.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:44.381100+0000 mgr.smithi131.icwxxw (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-21T10:56:46.276 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:46.276 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:46.602 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:47.603 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:47.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:46.273487+0000 mgr.smithi131.icwxxw (mgr.14180) 221 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:47.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:46.381788+0000 mgr.smithi131.icwxxw (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-21T10:56:48.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:46.273487+0000 mgr.smithi131.icwxxw (mgr.14180) 221 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:48.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:46.381788+0000 mgr.smithi131.icwxxw (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-21T10:56:48.992 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:48.992 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:49.369 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:50.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:48.382399+0000 mgr.smithi131.icwxxw (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-21T10:56:50.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:48.988975+0000 mgr.smithi131.icwxxw (mgr.14180) 224 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:50.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:48.382399+0000 mgr.smithi131.icwxxw (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-21T10:56:50.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:48.988975+0000 mgr.smithi131.icwxxw (mgr.14180) 224 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:50.370 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:51.739 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:51.739 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:52.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:50.383084+0000 mgr.smithi131.icwxxw (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-21T10:56:52.076 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:50.383084+0000 mgr.smithi131.icwxxw (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-21T10:56:52.096 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:53.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:51.736126+0000 mgr.smithi131.icwxxw (mgr.14180) 226 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:53.096 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:53.130 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:51.736126+0000 mgr.smithi131.icwxxw (mgr.14180) 226 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:54.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:52.383873+0000 mgr.smithi131.icwxxw (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-21T10:56:54.073 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:52.383873+0000 mgr.smithi131.icwxxw (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-21T10:56:54.421 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:54.422 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:54.809 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:55.811 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:56.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:54.384387+0000 mgr.smithi131.icwxxw (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-21T10:56:56.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:54.418471+0000 mgr.smithi131.icwxxw (mgr.14180) 229 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:56.146 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:54.384387+0000 mgr.smithi131.icwxxw (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-21T10:56:56.147 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:54.418471+0000 mgr.smithi131.icwxxw (mgr.14180) 229 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:57.145 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:57.146 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:57.518 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:56:58.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:56.385116+0000 mgr.smithi131.icwxxw (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-21T10:56:58.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:56.385116+0000 mgr.smithi131.icwxxw (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-21T10:56:58.519 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:56:58.854 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:57.142492+0000 mgr.smithi131.icwxxw (mgr.14180) 231 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:59.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:57.142492+0000 mgr.smithi131.icwxxw (mgr.14180) 231 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:56:59.898 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:56:59.898 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:56:59.921 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:56:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:56:58.385900+0000 mgr.smithi131.icwxxw (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-21T10:57:00.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:56:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:56:58.385900+0000 mgr.smithi131.icwxxw (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-21T10:57:00.277 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:01.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:56:59.895088+0000 mgr.smithi131.icwxxw (mgr.14180) 233 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:01.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:56:59.895088+0000 mgr.smithi131.icwxxw (mgr.14180) 233 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:01.278 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:01.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:00.386632+0000 mgr.smithi131.icwxxw (mgr.14180) 234 : 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-21T10:57:02.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:00.386632+0000 mgr.smithi131.icwxxw (mgr.14180) 234 : 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-21T10:57:02.626 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:02.626 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:03.001 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:04.002 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:04.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:02.387384+0000 mgr.smithi131.icwxxw (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-21T10:57:04.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:02.622913+0000 mgr.smithi131.icwxxw (mgr.14180) 236 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:04.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:02.387384+0000 mgr.smithi131.icwxxw (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-21T10:57:04.035 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:02.622913+0000 mgr.smithi131.icwxxw (mgr.14180) 236 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:05.334 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:05.334 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:05.708 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:05.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:04.388029+0000 mgr.smithi131.icwxxw (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-21T10:57:06.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:04.388029+0000 mgr.smithi131.icwxxw (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-21T10:57:06.710 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:07.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:05.330983+0000 mgr.smithi131.icwxxw (mgr.14180) 238 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:07.044 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:05.330983+0000 mgr.smithi131.icwxxw (mgr.14180) 238 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:06.388801+0000 mgr.smithi131.icwxxw (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-21T10:57:08.033 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:08.033 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:08.069 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:06.388801+0000 mgr.smithi131.icwxxw (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-21T10:57:08.417 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:09.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:08.030648+0000 mgr.smithi131.icwxxw (mgr.14180) 240 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:09.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:08.030648+0000 mgr.smithi131.icwxxw (mgr.14180) 240 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:09.418 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:10.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:08.389589+0000 mgr.smithi131.icwxxw (mgr.14180) 241 : 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-21T10:57:10.070 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:08.389589+0000 mgr.smithi131.icwxxw (mgr.14180) 241 : 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-21T10:57:10.734 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:10.734 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:11.107 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:12.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:10.390434+0000 mgr.smithi131.icwxxw (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-21T10:57:12.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:10.730817+0000 mgr.smithi131.icwxxw (mgr.14180) 243 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:12.108 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:12.141 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:10.390434+0000 mgr.smithi131.icwxxw (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-21T10:57:12.141 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:10.730817+0000 mgr.smithi131.icwxxw (mgr.14180) 243 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:13.430 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:13.430 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:13.807 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:14.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:12.391030+0000 mgr.smithi131.icwxxw (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-21T10:57:14.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:12.391030+0000 mgr.smithi131.icwxxw (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-21T10:57:14.808 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:15.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:13.427119+0000 mgr.smithi131.icwxxw (mgr.14180) 245 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:15.158 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:13.427119+0000 mgr.smithi131.icwxxw (mgr.14180) 245 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:16.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:14.391497+0000 mgr.smithi131.icwxxw (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-21T10:57:16.157 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:16.158 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:16.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:14.391497+0000 mgr.smithi131.icwxxw (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-21T10:57:16.524 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:17.524 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:17.868 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:16.153916+0000 mgr.smithi131.icwxxw (mgr.14180) 247 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:17.868 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:16.392169+0000 mgr.smithi131.icwxxw (mgr.14180) 248 : 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-21T10:57:18.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:16.153916+0000 mgr.smithi131.icwxxw (mgr.14180) 247 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:18.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:16.392169+0000 mgr.smithi131.icwxxw (mgr.14180) 248 : 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-21T10:57:18.848 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:18.848 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:19.224 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:20.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:18.392737+0000 mgr.smithi131.icwxxw (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-21T10:57:20.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:18.844972+0000 mgr.smithi131.icwxxw (mgr.14180) 250 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:20.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:18.392737+0000 mgr.smithi131.icwxxw (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-21T10:57:20.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:18.844972+0000 mgr.smithi131.icwxxw (mgr.14180) 250 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:20.226 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:21.689 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:21.689 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:21.971 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:20.393309+0000 mgr.smithi131.icwxxw (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-21T10:57:22.065 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:22.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:20.393309+0000 mgr.smithi131.icwxxw (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-21T10:57:23.066 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:23.099 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:21.685967+0000 mgr.smithi131.icwxxw (mgr.14180) 252 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:23.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:21.685967+0000 mgr.smithi131.icwxxw (mgr.14180) 252 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:24.044 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:22.394042+0000 mgr.smithi131.icwxxw (mgr.14180) 253 : 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-21T10:57:24.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:22.394042+0000 mgr.smithi131.icwxxw (mgr.14180) 253 : 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-21T10:57:24.399 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:24.399 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:24.781 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:25.782 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:26.149 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:24.394482+0000 mgr.smithi131.icwxxw (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-21T10:57:26.149 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:24.395686+0000 mgr.smithi131.icwxxw (mgr.14180) 255 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:26.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:24.394482+0000 mgr.smithi131.icwxxw (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-21T10:57:26.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:24.395686+0000 mgr.smithi131.icwxxw (mgr.14180) 255 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:27.122 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:27.122 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:27.513 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:28.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:26.395069+0000 mgr.smithi131.icwxxw (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-21T10:57:28.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:27.118289+0000 mgr.smithi131.icwxxw (mgr.14180) 257 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:28.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:26.395069+0000 mgr.smithi131.icwxxw (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-21T10:57:28.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:27.118289+0000 mgr.smithi131.icwxxw (mgr.14180) 257 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:28.514 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:29.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:28.395869+0000 mgr.smithi131.icwxxw (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-21T10:57:29.931 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:29.931 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:30.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:28.395869+0000 mgr.smithi131.icwxxw (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-21T10:57:30.305 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:31.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:29.928438+0000 mgr.smithi131.icwxxw (mgr.14180) 259 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:31.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:29.928438+0000 mgr.smithi131.icwxxw (mgr.14180) 259 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:31.306 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:31.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:30.396476+0000 mgr.smithi131.icwxxw (mgr.14180) 260 : 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-21T10:57:32.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:30.396476+0000 mgr.smithi131.icwxxw (mgr.14180) 260 : 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-21T10:57:32.698 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:32.698 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z 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.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:33.088 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:33.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:32.397140+0000 mgr.smithi131.icwxxw (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-21T10:57:33.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:32.694764+0000 mgr.smithi131.icwxxw (mgr.14180) 262 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:33.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:33.586770+0000 mon.smithi131 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi187.uagvpq"}]: dispatch 2024-01-21T10:57:34.088 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:34.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:32.397140+0000 mgr.smithi131.icwxxw (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-21T10:57:34.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:32.694764+0000 mgr.smithi131.icwxxw (mgr.14180) 262 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:34.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:33.586770+0000 mon.smithi131 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi187.uagvpq"}]: dispatch 2024-01-21T10:57:35.059 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:57:33.586172+0000 mgr.smithi131.icwxxw (mgr.14180) 263 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq 2024-01-21T10:57:35.059 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq 2024-01-21T10:57:35.059 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq 2024-01-21T10:57:35.059 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq 2024-01-21T10:57:35.059 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi187.uagvpq ... 2024-01-21T10:57:35.059 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:57:35.059 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:57:35.060 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:55:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.060 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:56:18Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.060 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:56:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.060 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Traceback (most recent call last): 2024-01-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: yield (conn, connr) 2024-01-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: code, '\n'.join(err))) 2024-01-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq 2024-01-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq 2024-01-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq 2024-01-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq 2024-01-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi187.uagvpq ... 2024-01-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:55:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.061 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:56:18Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:56:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:57:33.586362+0000 mgr.smithi131.icwxxw (mgr.14180) 264 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi187.uagvpq 2024-01-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:57:33.587632+0000 mgr.smithi131.icwxxw (mgr.14180) 265 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq 2024-01-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq 2024-01-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq 2024-01-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq 2024-01-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi187.uagvpq ... 2024-01-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:55:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:56:18Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:56:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.062 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T10:57:35.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:57:35.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T10:57:33.589926+0000 mgr.smithi131.icwxxw (mgr.14180) 266 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.dgkgww on smithi131 2024-01-21T10:57:35.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:57:33.586172+0000 mgr.smithi131.icwxxw (mgr.14180) 263 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq 2024-01-21T10:57:35.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq 2024-01-21T10:57:35.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq 2024-01-21T10:57:35.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq 2024-01-21T10:57:35.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi187.uagvpq ... 2024-01-21T10:57:35.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:57:35.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:57:35.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:55:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:56:18Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:56:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T10:57:35.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:57:35.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Traceback (most recent call last): 2024-01-21T10:57:35.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T10:57:35.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: yield (conn, connr) 2024-01-21T10:57:35.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T10:57:35.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: code, '\n'.join(err))) 2024-01-21T10:57:35.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq 2024-01-21T10:57:35.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq 2024-01-21T10:57:35.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq 2024-01-21T10:57:35.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq 2024-01-21T10:57:35.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi187.uagvpq ... 2024-01-21T10:57:35.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:57:35.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:57:35.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:55:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:56:18Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:56:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T10:57:35.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:57:35.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:57:33.586362+0000 mgr.smithi131.icwxxw (mgr.14180) 264 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi187.uagvpq 2024-01-21T10:57:35.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:57:33.587632+0000 mgr.smithi131.icwxxw (mgr.14180) 265 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq 2024-01-21T10:57:35.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq 2024-01-21T10:57:35.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq 2024-01-21T10:57:35.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq 2024-01-21T10:57:35.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi187.uagvpq ... 2024-01-21T10:57:35.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:57:35.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T10:57:35.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:55:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:56:18Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:56:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T10:57:35.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T10:57:35.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T10:57:35.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T10:57:33.589926+0000 mgr.smithi131.icwxxw (mgr.14180) 266 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.dgkgww on smithi131 2024-01-21T10:57:35.404 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:35.405 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:35.804 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:36.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:34.397627+0000 mgr.smithi131.icwxxw (mgr.14180) 267 : 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-21T10:57:36.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:34.397627+0000 mgr.smithi131.icwxxw (mgr.14180) 267 : 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-21T10:57:36.805 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:37.139 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:35.401683+0000 mgr.smithi131.icwxxw (mgr.14180) 268 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:37.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:35.401683+0000 mgr.smithi131.icwxxw (mgr.14180) 268 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:38.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:36.398305+0000 mgr.smithi131.icwxxw (mgr.14180) 269 : 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-21T10:57:38.198 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:38.199 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:38.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:36.398305+0000 mgr.smithi131.icwxxw (mgr.14180) 269 : 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-21T10:57:38.561 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:39.562 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:39.896 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:38.195773+0000 mgr.smithi131.icwxxw (mgr.14180) 270 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:39.896 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:38.398879+0000 mgr.smithi131.icwxxw (mgr.14180) 271 : 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-21T10:57:40.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:38.195773+0000 mgr.smithi131.icwxxw (mgr.14180) 270 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:40.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:38.398879+0000 mgr.smithi131.icwxxw (mgr.14180) 271 : 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-21T10:57:40.898 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:40.898 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:41.269 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:42.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:40.399455+0000 mgr.smithi131.icwxxw (mgr.14180) 272 : 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-21T10:57:42.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:40.894854+0000 mgr.smithi131.icwxxw (mgr.14180) 273 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:42.270 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:42.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:40.399455+0000 mgr.smithi131.icwxxw (mgr.14180) 272 : 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-21T10:57:42.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:40.894854+0000 mgr.smithi131.icwxxw (mgr.14180) 273 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:43.620 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:43.620 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:43.917 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:42.400077+0000 mgr.smithi131.icwxxw (mgr.14180) 274 : 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-21T10:57:43.985 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:44.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:42.400077+0000 mgr.smithi131.icwxxw (mgr.14180) 274 : 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-21T10:57:44.987 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:45.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:43.616688+0000 mgr.smithi131.icwxxw (mgr.14180) 275 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:45.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:43.616688+0000 mgr.smithi131.icwxxw (mgr.14180) 275 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:45.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:44.400601+0000 mgr.smithi131.icwxxw (mgr.14180) 276 : 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-21T10:57:46.276 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:46.276 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:46.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:44.400601+0000 mgr.smithi131.icwxxw (mgr.14180) 276 : 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-21T10:57:46.644 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:47.645 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:47.971 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:46.273060+0000 mgr.smithi131.icwxxw (mgr.14180) 277 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:47.971 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:46.401379+0000 mgr.smithi131.icwxxw (mgr.14180) 278 : cluster [DBG] pgmap v203: 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-21T10:57:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:46.273060+0000 mgr.smithi131.icwxxw (mgr.14180) 277 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:46.401379+0000 mgr.smithi131.icwxxw (mgr.14180) 278 : cluster [DBG] pgmap v203: 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-21T10:57:48.968 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:48.968 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:49.343 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:50.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:48.402071+0000 mgr.smithi131.icwxxw (mgr.14180) 279 : cluster [DBG] pgmap v204: 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-21T10:57:50.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:48.964991+0000 mgr.smithi131.icwxxw (mgr.14180) 280 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:50.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:48.402071+0000 mgr.smithi131.icwxxw (mgr.14180) 279 : cluster [DBG] pgmap v204: 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-21T10:57:50.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:48.964991+0000 mgr.smithi131.icwxxw (mgr.14180) 280 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:50.344 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:51.653 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:51.653 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:51.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:50.402707+0000 mgr.smithi131.icwxxw (mgr.14180) 281 : cluster [DBG] pgmap v205: 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-21T10:57:52.194 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:52.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:50.402707+0000 mgr.smithi131.icwxxw (mgr.14180) 281 : cluster [DBG] pgmap v205: 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-21T10:57:53.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:51.649260+0000 mgr.smithi131.icwxxw (mgr.14180) 282 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:53.195 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:53.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:51.649260+0000 mgr.smithi131.icwxxw (mgr.14180) 282 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:54.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:52.403404+0000 mgr.smithi131.icwxxw (mgr.14180) 283 : 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-21T10:57:54.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:52.403404+0000 mgr.smithi131.icwxxw (mgr.14180) 283 : 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-21T10:57:54.546 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:54.546 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:54.926 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:55.927 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:56.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:54.403884+0000 mgr.smithi131.icwxxw (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-21T10:57:56.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:54.543177+0000 mgr.smithi131.icwxxw (mgr.14180) 285 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:56.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:54.403884+0000 mgr.smithi131.icwxxw (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-21T10:57:56.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:54.543177+0000 mgr.smithi131.icwxxw (mgr.14180) 285 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:57.342 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:57:57.342 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:57:57.708 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:57:58.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:56.404582+0000 mgr.smithi131.icwxxw (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-21T10:57:58.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:56.404582+0000 mgr.smithi131.icwxxw (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-21T10:57:58.710 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:57:59.051 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:57:57.339217+0000 mgr.smithi131.icwxxw (mgr.14180) 287 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:59.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:57:57.339217+0000 mgr.smithi131.icwxxw (mgr.14180) 287 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:57:59.927 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:57:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:57:58.405210+0000 mgr.smithi131.icwxxw (mgr.14180) 288 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:00.036 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:00.036 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:00.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:57:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:57:58.405210+0000 mgr.smithi131.icwxxw (mgr.14180) 288 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:00.407 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:01.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:00.032982+0000 mgr.smithi131.icwxxw (mgr.14180) 289 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:01.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:00.032982+0000 mgr.smithi131.icwxxw (mgr.14180) 289 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:01.418 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:02.103 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:00.405816+0000 mgr.smithi131.icwxxw (mgr.14180) 290 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:02.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:00.405816+0000 mgr.smithi131.icwxxw (mgr.14180) 290 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:02.765 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:02.765 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:03.171 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:04.172 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:04.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:02.406380+0000 mgr.smithi131.icwxxw (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; 170 B/s rd, 0 op/s 2024-01-21T10:58:04.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:02.761728+0000 mgr.smithi131.icwxxw (mgr.14180) 292 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:04.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:02.406380+0000 mgr.smithi131.icwxxw (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; 170 B/s rd, 0 op/s 2024-01-21T10:58:04.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:02.761728+0000 mgr.smithi131.icwxxw (mgr.14180) 292 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:05.473 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:05.473 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:05.840 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:06.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:04.406845+0000 mgr.smithi131.icwxxw (mgr.14180) 293 : 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-21T10:58:06.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:04.406845+0000 mgr.smithi131.icwxxw (mgr.14180) 293 : 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-21T10:58:06.841 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:07.167 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:05.470264+0000 mgr.smithi131.icwxxw (mgr.14180) 294 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:07.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:05.470264+0000 mgr.smithi131.icwxxw (mgr.14180) 294 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:08.159 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:08.159 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:08.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:06.407544+0000 mgr.smithi131.icwxxw (mgr.14180) 295 : 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-21T10:58:08.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:06.407544+0000 mgr.smithi131.icwxxw (mgr.14180) 295 : 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-21T10:58:08.532 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:09.533 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:10.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:08.155820+0000 mgr.smithi131.icwxxw (mgr.14180) 296 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:10.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:08.408084+0000 mgr.smithi131.icwxxw (mgr.14180) 297 : 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-21T10:58:10.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:08.155820+0000 mgr.smithi131.icwxxw (mgr.14180) 296 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:10.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:08.408084+0000 mgr.smithi131.icwxxw (mgr.14180) 297 : 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-21T10:58:10.876 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:10.876 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:11.248 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:12.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:10.408652+0000 mgr.smithi131.icwxxw (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; 597 B/s rd, 0 op/s 2024-01-21T10:58:12.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:10.872868+0000 mgr.smithi131.icwxxw (mgr.14180) 299 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:12.249 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:12.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:10.408652+0000 mgr.smithi131.icwxxw (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; 597 B/s rd, 0 op/s 2024-01-21T10:58:12.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:10.872868+0000 mgr.smithi131.icwxxw (mgr.14180) 299 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:13.530 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:13.530 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:13.889 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:14.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:12.409202+0000 mgr.smithi131.icwxxw (mgr.14180) 300 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T10:58:14.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:12.409202+0000 mgr.smithi131.icwxxw (mgr.14180) 300 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T10:58:14.889 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:15.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:13.526619+0000 mgr.smithi131.icwxxw (mgr.14180) 301 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:15.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:13.526619+0000 mgr.smithi131.icwxxw (mgr.14180) 301 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:16.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:14.409734+0000 mgr.smithi131.icwxxw (mgr.14180) 302 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T10:58:16.250 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:16.250 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:16.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:14.409734+0000 mgr.smithi131.icwxxw (mgr.14180) 302 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T10:58:16.630 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:17.632 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:18.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:16.246742+0000 mgr.smithi131.icwxxw (mgr.14180) 303 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:18.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:16.410322+0000 mgr.smithi131.icwxxw (mgr.14180) 304 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T10:58:18.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:16.246742+0000 mgr.smithi131.icwxxw (mgr.14180) 303 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:18.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:16.410322+0000 mgr.smithi131.icwxxw (mgr.14180) 304 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T10:58:18.988 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:18.989 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:19.363 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:20.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:18.410921+0000 mgr.smithi131.icwxxw (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; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T10:58:20.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:18.985355+0000 mgr.smithi131.icwxxw (mgr.14180) 306 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:20.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:18.410921+0000 mgr.smithi131.icwxxw (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; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T10:58:20.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:18.985355+0000 mgr.smithi131.icwxxw (mgr.14180) 306 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:20.365 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:21.703 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:21.704 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:21.994 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:20.411589+0000 mgr.smithi131.icwxxw (mgr.14180) 307 : cluster [DBG] pgmap v220: 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-21T10:58:22.062 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:22.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:20.411589+0000 mgr.smithi131.icwxxw (mgr.14180) 307 : cluster [DBG] pgmap v220: 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-21T10:58:23.064 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:23.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:21.700052+0000 mgr.smithi131.icwxxw (mgr.14180) 308 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:23.397 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:21.700052+0000 mgr.smithi131.icwxxw (mgr.14180) 308 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:24.033 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:22.412414+0000 mgr.smithi131.icwxxw (mgr.14180) 309 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 0 op/s 2024-01-21T10:58:24.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:22.412414+0000 mgr.smithi131.icwxxw (mgr.14180) 309 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 0 op/s 2024-01-21T10:58:24.396 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:24.396 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:24.780 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:25.781 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:26.124 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:24.393427+0000 mgr.smithi131.icwxxw (mgr.14180) 310 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:26.124 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:24.412998+0000 mgr.smithi131.icwxxw (mgr.14180) 311 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T10:58:26.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:24.393427+0000 mgr.smithi131.icwxxw (mgr.14180) 310 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:26.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:24.412998+0000 mgr.smithi131.icwxxw (mgr.14180) 311 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T10:58:27.102 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:27.102 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:27.471 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:28.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:26.413646+0000 mgr.smithi131.icwxxw (mgr.14180) 312 : 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-21T10:58:28.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:27.099090+0000 mgr.smithi131.icwxxw (mgr.14180) 313 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:28.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:26.413646+0000 mgr.smithi131.icwxxw (mgr.14180) 312 : 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-21T10:58:28.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:27.099090+0000 mgr.smithi131.icwxxw (mgr.14180) 313 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:28.472 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:29.853 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:29.853 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:30.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:28.414269+0000 mgr.smithi131.icwxxw (mgr.14180) 314 : 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-21T10:58:30.228 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:30.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:28.414269+0000 mgr.smithi131.icwxxw (mgr.14180) 314 : 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-21T10:58:31.229 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:31.262 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:29.850029+0000 mgr.smithi131.icwxxw (mgr.14180) 315 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:31.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:29.850029+0000 mgr.smithi131.icwxxw (mgr.14180) 315 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:32.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:30.414939+0000 mgr.smithi131.icwxxw (mgr.14180) 316 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:32.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:30.414939+0000 mgr.smithi131.icwxxw (mgr.14180) 316 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:32.597 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:32.598 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:32.994 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:33.995 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:34.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:32.415586+0000 mgr.smithi131.icwxxw (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; 170 B/s rd, 0 op/s 2024-01-21T10:58:34.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:32.594559+0000 mgr.smithi131.icwxxw (mgr.14180) 318 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:34.330 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:32.415586+0000 mgr.smithi131.icwxxw (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; 170 B/s rd, 0 op/s 2024-01-21T10:58:34.330 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:32.594559+0000 mgr.smithi131.icwxxw (mgr.14180) 318 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:35.346 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:35.346 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:35.719 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:36.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:34.416066+0000 mgr.smithi131.icwxxw (mgr.14180) 319 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:36.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:34.416066+0000 mgr.smithi131.icwxxw (mgr.14180) 319 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:36.720 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:37.070 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:35.343076+0000 mgr.smithi131.icwxxw (mgr.14180) 320 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:37.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:35.343076+0000 mgr.smithi131.icwxxw (mgr.14180) 320 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:38.054 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:38.055 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:38.213 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:36.416770+0000 mgr.smithi131.icwxxw (mgr.14180) 321 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:38.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:36.416770+0000 mgr.smithi131.icwxxw (mgr.14180) 321 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:38.428 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:39.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:38.051397+0000 mgr.smithi131.icwxxw (mgr.14180) 322 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:39.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:38.051397+0000 mgr.smithi131.icwxxw (mgr.14180) 322 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:39.429 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:40.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:38.417474+0000 mgr.smithi131.icwxxw (mgr.14180) 323 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:40.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:38.417474+0000 mgr.smithi131.icwxxw (mgr.14180) 323 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:40.744 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:40.744 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:41.127 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:42.128 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:42.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:40.418150+0000 mgr.smithi131.icwxxw (mgr.14180) 324 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:42.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:40.740926+0000 mgr.smithi131.icwxxw (mgr.14180) 325 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:40.418150+0000 mgr.smithi131.icwxxw (mgr.14180) 324 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:40.740926+0000 mgr.smithi131.icwxxw (mgr.14180) 325 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:43.607 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:43.607 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:43.993 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:44.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:42.418712+0000 mgr.smithi131.icwxxw (mgr.14180) 326 : cluster [DBG] pgmap v231: 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-21T10:58:44.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:42.418712+0000 mgr.smithi131.icwxxw (mgr.14180) 326 : cluster [DBG] pgmap v231: 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-21T10:58:44.994 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:45.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:43.604238+0000 mgr.smithi131.icwxxw (mgr.14180) 327 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:45.361 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:43.604238+0000 mgr.smithi131.icwxxw (mgr.14180) 327 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:46.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:44.419414+0000 mgr.smithi131.icwxxw (mgr.14180) 328 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:46.385 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:46.385 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:46.416 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:44.419414+0000 mgr.smithi131.icwxxw (mgr.14180) 328 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T10:58:46.770 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:47.771 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:48.152 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:46.381706+0000 mgr.smithi131.icwxxw (mgr.14180) 329 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:48.152 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:46.420069+0000 mgr.smithi131.icwxxw (mgr.14180) 330 : 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-21T10:58:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:46.381706+0000 mgr.smithi131.icwxxw (mgr.14180) 329 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:46.420069+0000 mgr.smithi131.icwxxw (mgr.14180) 330 : 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-21T10:58:49.118 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:49.118 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:49.492 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:50.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:48.420760+0000 mgr.smithi131.icwxxw (mgr.14180) 331 : 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-21T10:58:50.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:49.114663+0000 mgr.smithi131.icwxxw (mgr.14180) 332 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:50.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:48.420760+0000 mgr.smithi131.icwxxw (mgr.14180) 331 : 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-21T10:58:50.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:49.114663+0000 mgr.smithi131.icwxxw (mgr.14180) 332 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:50.493 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:51.876 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:51.877 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:52.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:50.421452+0000 mgr.smithi131.icwxxw (mgr.14180) 333 : 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-21T10:58:52.257 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:52.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:50.421452+0000 mgr.smithi131.icwxxw (mgr.14180) 333 : 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-21T10:58:53.259 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:53.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:51.873306+0000 mgr.smithi131.icwxxw (mgr.14180) 334 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:53.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:51.873306+0000 mgr.smithi131.icwxxw (mgr.14180) 334 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:54.270 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:52.422173+0000 mgr.smithi131.icwxxw (mgr.14180) 335 : 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-21T10:58:54.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:52.422173+0000 mgr.smithi131.icwxxw (mgr.14180) 335 : 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-21T10:58:54.619 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:54.619 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:55.009 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:56.010 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:56.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:54.422681+0000 mgr.smithi131.icwxxw (mgr.14180) 336 : 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-21T10:58:56.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:54.615401+0000 mgr.smithi131.icwxxw (mgr.14180) 337 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:56.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:54.422681+0000 mgr.smithi131.icwxxw (mgr.14180) 336 : 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-21T10:58:56.344 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:54.615401+0000 mgr.smithi131.icwxxw (mgr.14180) 337 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:57.341 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:58:57.341 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:58:57.707 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:58:58.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:56.423475+0000 mgr.smithi131.icwxxw (mgr.14180) 338 : 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-21T10:58:58.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:56.423475+0000 mgr.smithi131.icwxxw (mgr.14180) 338 : 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-21T10:58:58.708 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:58:59.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:58:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:58:57.338304+0000 mgr.smithi131.icwxxw (mgr.14180) 339 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:58:59.377 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:58:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:58:57.338304+0000 mgr.smithi131.icwxxw (mgr.14180) 339 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:00.066 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:00.067 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:00.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:58:58.424221+0000 mgr.smithi131.icwxxw (mgr.14180) 340 : 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-21T10:59:00.405 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:58:58.424221+0000 mgr.smithi131.icwxxw (mgr.14180) 340 : 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-21T10:59:00.441 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:01.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:00.063636+0000 mgr.smithi131.icwxxw (mgr.14180) 341 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:01.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:00.063636+0000 mgr.smithi131.icwxxw (mgr.14180) 341 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:01.442 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:02.118 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:00.424889+0000 mgr.smithi131.icwxxw (mgr.14180) 342 : 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-21T10:59:02.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:00.424889+0000 mgr.smithi131.icwxxw (mgr.14180) 342 : 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-21T10:59:02.799 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:02.799 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:03.164 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:04.165 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:04.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:02.425475+0000 mgr.smithi131.icwxxw (mgr.14180) 343 : 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-21T10:59:04.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:02.796528+0000 mgr.smithi131.icwxxw (mgr.14180) 344 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:04.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:02.425475+0000 mgr.smithi131.icwxxw (mgr.14180) 343 : 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-21T10:59:04.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:02.796528+0000 mgr.smithi131.icwxxw (mgr.14180) 344 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:05.524 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:05.524 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:05.922 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:06.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:04.425991+0000 mgr.smithi131.icwxxw (mgr.14180) 345 : 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-21T10:59:06.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:04.425991+0000 mgr.smithi131.icwxxw (mgr.14180) 345 : 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-21T10:59:06.923 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:07.258 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:05.521317+0000 mgr.smithi131.icwxxw (mgr.14180) 346 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:07.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:05.521317+0000 mgr.smithi131.icwxxw (mgr.14180) 346 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:08.273 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:08.274 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:08.297 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:06.426647+0000 mgr.smithi131.icwxxw (mgr.14180) 347 : 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-21T10:59:08.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:06.426647+0000 mgr.smithi131.icwxxw (mgr.14180) 347 : 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-21T10:59:08.648 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:09.649 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:10.317 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:08.270339+0000 mgr.smithi131.icwxxw (mgr.14180) 348 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:10.317 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:08.427194+0000 mgr.smithi131.icwxxw (mgr.14180) 349 : 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-21T10:59:10.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:08.270339+0000 mgr.smithi131.icwxxw (mgr.14180) 348 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:10.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:08.427194+0000 mgr.smithi131.icwxxw (mgr.14180) 349 : 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-21T10:59:11.007 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:11.007 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:11.407 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:12.408 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:12.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:10.427806+0000 mgr.smithi131.icwxxw (mgr.14180) 350 : 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-21T10:59:12.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:11.003701+0000 mgr.smithi131.icwxxw (mgr.14180) 351 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:12.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:10.427806+0000 mgr.smithi131.icwxxw (mgr.14180) 350 : 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-21T10:59:12.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:11.003701+0000 mgr.smithi131.icwxxw (mgr.14180) 351 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:13.760 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:13.760 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:14.161 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:14.381 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:12.428454+0000 mgr.smithi131.icwxxw (mgr.14180) 352 : 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-21T10:59:14.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:12.428454+0000 mgr.smithi131.icwxxw (mgr.14180) 352 : 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-21T10:59:15.161 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:15.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:13.757357+0000 mgr.smithi131.icwxxw (mgr.14180) 353 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:15.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:13.757357+0000 mgr.smithi131.icwxxw (mgr.14180) 353 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:16.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:14.429128+0000 mgr.smithi131.icwxxw (mgr.14180) 354 : 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-21T10:59:16.477 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:16.477 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:16.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:14.429128+0000 mgr.smithi131.icwxxw (mgr.14180) 354 : 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-21T10:59:16.879 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:17.880 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:18.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:16.429768+0000 mgr.smithi131.icwxxw (mgr.14180) 355 : 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-21T10:59:18.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:16.474616+0000 mgr.smithi131.icwxxw (mgr.14180) 356 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:18.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:16.429768+0000 mgr.smithi131.icwxxw (mgr.14180) 355 : 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-21T10:59:18.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:16.474616+0000 mgr.smithi131.icwxxw (mgr.14180) 356 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:19.180 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:19.180 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:19.562 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:20.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:18.430576+0000 mgr.smithi131.icwxxw (mgr.14180) 357 : 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-21T10:59:20.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:18.430576+0000 mgr.smithi131.icwxxw (mgr.14180) 357 : 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-21T10:59:20.563 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:21.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:19.176761+0000 mgr.smithi131.icwxxw (mgr.14180) 358 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:21.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:19.176761+0000 mgr.smithi131.icwxxw (mgr.14180) 358 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:21.917 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:21.917 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:22.277 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:20.431191+0000 mgr.smithi131.icwxxw (mgr.14180) 359 : 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-21T10:59:22.324 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:22.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:20.431191+0000 mgr.smithi131.icwxxw (mgr.14180) 359 : 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-21T10:59:23.325 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:23.358 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:21.914029+0000 mgr.smithi131.icwxxw (mgr.14180) 360 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:23.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:21.914029+0000 mgr.smithi131.icwxxw (mgr.14180) 360 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:24.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:22.431717+0000 mgr.smithi131.icwxxw (mgr.14180) 361 : 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-21T10:59:24.381 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:22.431717+0000 mgr.smithi131.icwxxw (mgr.14180) 361 : 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-21T10:59:24.645 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:24.645 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:25.004 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:26.005 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:26.338 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:24.432203+0000 mgr.smithi131.icwxxw (mgr.14180) 362 : 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-21T10:59:26.338 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:24.642312+0000 mgr.smithi131.icwxxw (mgr.14180) 363 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:26.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:24.432203+0000 mgr.smithi131.icwxxw (mgr.14180) 362 : 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-21T10:59:26.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:24.642312+0000 mgr.smithi131.icwxxw (mgr.14180) 363 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:27.327 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:27.327 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:27.693 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:28.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:26.432887+0000 mgr.smithi131.icwxxw (mgr.14180) 364 : 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-21T10:59:28.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:26.432887+0000 mgr.smithi131.icwxxw (mgr.14180) 364 : 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-21T10:59:28.695 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:29.364 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:27.323189+0000 mgr.smithi131.icwxxw (mgr.14180) 365 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:29.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:27.323189+0000 mgr.smithi131.icwxxw (mgr.14180) 365 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:30.059 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:30.060 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:30.384 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:28.433678+0000 mgr.smithi131.icwxxw (mgr.14180) 366 : 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-21T10:59:30.444 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:30.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:28.433678+0000 mgr.smithi131.icwxxw (mgr.14180) 366 : 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-21T10:59:31.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:30.056253+0000 mgr.smithi131.icwxxw (mgr.14180) 367 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:31.445 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:31.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:30.056253+0000 mgr.smithi131.icwxxw (mgr.14180) 367 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:32.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:30.434359+0000 mgr.smithi131.icwxxw (mgr.14180) 368 : 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-21T10:59:32.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:30.434359+0000 mgr.smithi131.icwxxw (mgr.14180) 368 : 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-21T10:59:32.804 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:32.804 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:33.223 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:34.224 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:34.381 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:32.434929+0000 mgr.smithi131.icwxxw (mgr.14180) 369 : 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-21T10:59:34.381 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:32.801154+0000 mgr.smithi131.icwxxw (mgr.14180) 370 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:34.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:32.434929+0000 mgr.smithi131.icwxxw (mgr.14180) 369 : 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-21T10:59:34.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:32.801154+0000 mgr.smithi131.icwxxw (mgr.14180) 370 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:35.585 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:35.585 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:35.968 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:36.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:34.435448+0000 mgr.smithi131.icwxxw (mgr.14180) 371 : 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-21T10:59:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:34.435448+0000 mgr.smithi131.icwxxw (mgr.14180) 371 : 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-21T10:59:36.969 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:37.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:35.581460+0000 mgr.smithi131.icwxxw (mgr.14180) 372 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:37.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:35.581460+0000 mgr.smithi131.icwxxw (mgr.14180) 372 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:38.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:36.436096+0000 mgr.smithi131.icwxxw (mgr.14180) 373 : 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-21T10:59:38.295 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:38.295 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:38.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:36.436096+0000 mgr.smithi131.icwxxw (mgr.14180) 373 : 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-21T10:59:38.730 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:39.731 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:40.379 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:38.292379+0000 mgr.smithi131.icwxxw (mgr.14180) 374 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:40.379 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:38.436573+0000 mgr.smithi131.icwxxw (mgr.14180) 375 : 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-21T10:59:40.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:38.292379+0000 mgr.smithi131.icwxxw (mgr.14180) 374 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:40.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:38.436573+0000 mgr.smithi131.icwxxw (mgr.14180) 375 : 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-21T10:59:41.049 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:41.049 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:41.417 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:42.417 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:40.437146+0000 mgr.smithi131.icwxxw (mgr.14180) 376 : 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-21T10:59:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:41.045153+0000 mgr.smithi131.icwxxw (mgr.14180) 377 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:42.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:40.437146+0000 mgr.smithi131.icwxxw (mgr.14180) 376 : 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-21T10:59:42.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:41.045153+0000 mgr.smithi131.icwxxw (mgr.14180) 377 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:43.772 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:43.772 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:44.167 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:44.381 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:42.437812+0000 mgr.smithi131.icwxxw (mgr.14180) 378 : 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-21T10:59:44.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:42.437812+0000 mgr.smithi131.icwxxw (mgr.14180) 378 : 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-21T10:59:45.168 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:45.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:43.768441+0000 mgr.smithi131.icwxxw (mgr.14180) 379 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:45.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:43.768441+0000 mgr.smithi131.icwxxw (mgr.14180) 379 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:46.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:44.438350+0000 mgr.smithi131.icwxxw (mgr.14180) 380 : 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-21T10:59:46.523 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:46.523 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:46.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:44.438350+0000 mgr.smithi131.icwxxw (mgr.14180) 380 : 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-21T10:59:46.899 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:47.901 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:48.226 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:46.439047+0000 mgr.smithi131.icwxxw (mgr.14180) 381 : 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-21T10:59:48.226 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:46.520787+0000 mgr.smithi131.icwxxw (mgr.14180) 382 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:48.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:46.439047+0000 mgr.smithi131.icwxxw (mgr.14180) 381 : 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-21T10:59:48.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:46.520787+0000 mgr.smithi131.icwxxw (mgr.14180) 382 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:49.225 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:49.225 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:49.607 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:50.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:48.439766+0000 mgr.smithi131.icwxxw (mgr.14180) 383 : 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-21T10:59:50.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:48.439766+0000 mgr.smithi131.icwxxw (mgr.14180) 383 : 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-21T10:59:50.608 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:51.261 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:49.221578+0000 mgr.smithi131.icwxxw (mgr.14180) 384 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:51.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:49.221578+0000 mgr.smithi131.icwxxw (mgr.14180) 384 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:51.930 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:51.930 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:52.280 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:50.440623+0000 mgr.smithi131.icwxxw (mgr.14180) 385 : 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-21T10:59:52.301 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:52.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:50.440623+0000 mgr.smithi131.icwxxw (mgr.14180) 385 : 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-21T10:59:53.302 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:53.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:51.927759+0000 mgr.smithi131.icwxxw (mgr.14180) 386 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:53.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:51.927759+0000 mgr.smithi131.icwxxw (mgr.14180) 386 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:54.336 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:52.441157+0000 mgr.smithi131.icwxxw (mgr.14180) 387 : 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-21T10:59:54.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:52.441157+0000 mgr.smithi131.icwxxw (mgr.14180) 387 : 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-21T10:59:54.694 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:54.694 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:55.096 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:56.096 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:56.418 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:54.441691+0000 mgr.smithi131.icwxxw (mgr.14180) 388 : 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-21T10:59:56.419 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:54.691212+0000 mgr.smithi131.icwxxw (mgr.14180) 389 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:56.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:54.441691+0000 mgr.smithi131.icwxxw (mgr.14180) 388 : 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-21T10:59:56.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:54.691212+0000 mgr.smithi131.icwxxw (mgr.14180) 389 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:57.382 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T10:59:57.382 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T10:59:57.748 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T10:59:58.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:56.442601+0000 mgr.smithi131.icwxxw (mgr.14180) 390 : 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-21T10:59:58.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:56.442601+0000 mgr.smithi131.icwxxw (mgr.14180) 390 : 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-21T10:59:58.749 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T10:59:59.384 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 10:59:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T10:59:57.378916+0000 mgr.smithi131.icwxxw (mgr.14180) 391 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T10:59:59.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 10:59:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T10:59:57.378916+0000 mgr.smithi131.icwxxw (mgr.14180) 391 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:00.075 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:00.075 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T11:00:00.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T10:59:58.443199+0000 mgr.smithi131.icwxxw (mgr.14180) 392 : 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-21T11:00:00.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:00.000113+0000 mon.smithi131 (mon.0) 656 : cluster [INF] overall HEALTH_OK 2024-01-21T11:00:00.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:00.071799+0000 mgr.smithi131.icwxxw (mgr.14180) 393 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:00.487 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:00:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T10:59:58.443199+0000 mgr.smithi131.icwxxw (mgr.14180) 392 : 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-21T11:00:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:00.000113+0000 mon.smithi131 (mon.0) 656 : cluster [INF] overall HEALTH_OK 2024-01-21T11:00:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:00.071799+0000 mgr.smithi131.icwxxw (mgr.14180) 393 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:01.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:00.443848+0000 mgr.smithi131.icwxxw (mgr.14180) 394 : 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-21T11:00:01.488 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:01.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:00.443848+0000 mgr.smithi131.icwxxw (mgr.14180) 394 : 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-21T11:00:02.802 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:02.802 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T11:00:03.164 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:00:03.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:02.444395+0000 mgr.smithi131.icwxxw (mgr.14180) 395 : 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-21T11:00:03.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:02.799151+0000 mgr.smithi131.icwxxw (mgr.14180) 396 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:04.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:02.444395+0000 mgr.smithi131.icwxxw (mgr.14180) 395 : 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-21T11:00:04.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:02.799151+0000 mgr.smithi131.icwxxw (mgr.14180) 396 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:04.165 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:05.471 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:05.471 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T11:00:05.803 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:04.444937+0000 mgr.smithi131.icwxxw (mgr.14180) 397 : 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-21T11:00:05.822 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:00:06.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:04.444937+0000 mgr.smithi131.icwxxw (mgr.14180) 397 : 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-21T11:00:06.823 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:06.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:05.468077+0000 mgr.smithi131.icwxxw (mgr.14180) 398 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:07.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:05.468077+0000 mgr.smithi131.icwxxw (mgr.14180) 398 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:07.809 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:06.445771+0000 mgr.smithi131.icwxxw (mgr.14180) 399 : 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-21T11:00:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:06.445771+0000 mgr.smithi131.icwxxw (mgr.14180) 399 : 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-21T11:00:08.153 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:08.153 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:53.587737Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:53.587890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:53.587959Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:53.588020Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:53.588084Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T11:00:08.520 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:00:08.911 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:08.150109+0000 mgr.smithi131.icwxxw (mgr.14180) 400 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:09.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:08.150109+0000 mgr.smithi131.icwxxw (mgr.14180) 400 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:09.521 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:09.898 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:08.446276+0000 mgr.smithi131.icwxxw (mgr.14180) 401 : 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-21T11:00:09.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:00:08.911599+0000 mgr.smithi131.icwxxw (mgr.14180) 402 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww 2024-01-21T11:00:09.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww 2024-01-21T11:00:09.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww 2024-01-21T11:00:09.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww 2024-01-21T11:00:09.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi131.dgkgww ... 2024-01-21T11:00:09.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:00:09.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:00:09.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:58:16Z" 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-21T11:00:09.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:58: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-21T11:00:09.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:59: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-21T11:00:09.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:00:09.899 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:00:09.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Traceback (most recent call last): 2024-01-21T11:00:09.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:00:09.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: yield (conn, connr) 2024-01-21T11:00:09.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:00:09.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: code, '\n'.join(err))) 2024-01-21T11:00:09.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww 2024-01-21T11:00:09.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww 2024-01-21T11:00:09.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww 2024-01-21T11:00:09.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww 2024-01-21T11:00:09.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi131.dgkgww ... 2024-01-21T11:00:09.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:00:09.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:00:09.900 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:58:16Z" 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-21T11:00:09.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:58: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-21T11:00:09.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:59: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-21T11:00:09.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:00:09.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:00:09.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:00:08.911788+0000 mgr.smithi131.icwxxw (mgr.14180) 403 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.dgkgww 2024-01-21T11:00:09.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:08.912090+0000 mon.smithi131 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.dgkgww"}]: dispatch 2024-01-21T11:00:09.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:00:08.912657+0000 mgr.smithi131.icwxxw (mgr.14180) 404 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww 2024-01-21T11:00:09.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww 2024-01-21T11:00:09.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww 2024-01-21T11:00:09.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww 2024-01-21T11:00:09.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi131.dgkgww ... 2024-01-21T11:00:09.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:00:09.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:00:09.901 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:58:16Z" 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-21T11:00:09.902 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:58: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-21T11:00:09.902 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T10:59: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-21T11:00:09.902 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:00:09.902 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:00:09.902 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:08.916827+0000 mon.smithi131 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:09.902 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:00:08.917064+0000 mgr.smithi131.icwxxw (mgr.14180) 405 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:00:09.902 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:00:08.918029+0000 mgr.smithi131.icwxxw (mgr.14180) 406 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:00:09.902 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:08.918664+0000 mgr.smithi131.icwxxw (mgr.14180) 407 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T11:00:09.902 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:08.918738+0000 mon.smithi131 (mon.0) 659 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:00:10.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:08.446276+0000 mgr.smithi131.icwxxw (mgr.14180) 401 : 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-21T11:00:10.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:00:08.911599+0000 mgr.smithi131.icwxxw (mgr.14180) 402 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww 2024-01-21T11:00:10.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww 2024-01-21T11:00:10.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww 2024-01-21T11:00:10.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww 2024-01-21T11:00:10.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi131.dgkgww ... 2024-01-21T11:00:10.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:00:10.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:00:10.033 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:58:16Z" 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-21T11:00:10.033 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:58: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-21T11:00:10.033 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:59: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-21T11:00:10.033 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:00:10.033 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:00:10.033 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Traceback (most recent call last): 2024-01-21T11:00:10.033 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:00:10.033 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: yield (conn, connr) 2024-01-21T11:00:10.033 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:00:10.033 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: code, '\n'.join(err))) 2024-01-21T11:00:10.033 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww 2024-01-21T11:00:10.033 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww 2024-01-21T11:00:10.033 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww 2024-01-21T11:00:10.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww 2024-01-21T11:00:10.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi131.dgkgww ... 2024-01-21T11:00:10.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:00:10.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:00:10.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:58:16Z" 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-21T11:00:10.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:58: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-21T11:00:10.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:59: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-21T11:00:10.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:00:10.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:00:10.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:00:08.911788+0000 mgr.smithi131.icwxxw (mgr.14180) 403 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.dgkgww 2024-01-21T11:00:10.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:08.912090+0000 mon.smithi131 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.dgkgww"}]: dispatch 2024-01-21T11:00:10.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:00:08.912657+0000 mgr.smithi131.icwxxw (mgr.14180) 404 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww 2024-01-21T11:00:10.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww 2024-01-21T11:00:10.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww 2024-01-21T11:00:10.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww 2024-01-21T11:00:10.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi131.dgkgww ... 2024-01-21T11:00:10.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:00:10.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:00:10.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:58:16Z" 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-21T11:00:10.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:58: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-21T11:00:10.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T10:59: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-21T11:00:10.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:00:10.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:00:10.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:08.916827+0000 mon.smithi131 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:10.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:00:08.917064+0000 mgr.smithi131.icwxxw (mgr.14180) 405 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:00:10.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:00:08.918029+0000 mgr.smithi131.icwxxw (mgr.14180) 406 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:00:10.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:08.918664+0000 mgr.smithi131.icwxxw (mgr.14180) 407 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T11:00:10.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:08.918738+0000 mon.smithi131 (mon.0) 659 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:00:10.727 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:09.915136+0000 mon.smithi131 (mon.0) 660 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:00:10.727 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:10.322995+0000 mon.smithi131 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:11.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:09.915136+0000 mon.smithi131 (mon.0) 660 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:00:11.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:10.322995+0000 mon.smithi131 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:11.153 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:11.153 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T10:54:55.765502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T10:54:55.765577Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T10:54:55.765644Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T10:54:55.765428Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T10:54:55.765287Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T10:54:55.765705Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T10:54:55.765829Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T10:54:55.765767Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 1, "size": 2}}] 2024-01-21T11:00:11.711 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:00:11.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:10.919500+0000 mgr.smithi131.icwxxw (mgr.14180) 408 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T11:00:11.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:11.149301+0000 mgr.smithi131.icwxxw (mgr.14180) 409 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:12.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:10.919500+0000 mgr.smithi131.icwxxw (mgr.14180) 408 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T11:00:12.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:11.149301+0000 mgr.smithi131.icwxxw (mgr.14180) 409 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:12.713 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:13.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:12.359542+0000 mon.smithi131 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:13.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:12.704409+0000 mon.smithi131 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:13.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:12.920205+0000 mgr.smithi131.icwxxw (mgr.14180) 410 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T11:00:13.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:13.016383+0000 mon.smithi131 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:00:13.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:13.017100+0000 mon.smithi131 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:00:13.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:00:13.020301+0000 mgr.smithi131.icwxxw (mgr.14180) 411 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T11:00:13.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:13.288504+0000 mon.smithi131 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:13.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:13.293790+0000 mon.smithi131 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:13.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:13.298619+0000 mon.smithi131 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:13.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:13.305135+0000 mon.smithi131 (mon.0) 669 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:00:13.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:13.313806+0000 mon.smithi131 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:13.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:12.359542+0000 mon.smithi131 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:13.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:12.704409+0000 mon.smithi131 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:13.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:12.920205+0000 mgr.smithi131.icwxxw (mgr.14180) 410 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T11:00:13.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:13.016383+0000 mon.smithi131 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:00:13.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:13.017100+0000 mon.smithi131 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:00:13.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:00:13.020301+0000 mgr.smithi131.icwxxw (mgr.14180) 411 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T11:00:13.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:13.288504+0000 mon.smithi131 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:13.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:13.293790+0000 mon.smithi131 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:13.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:13.298619+0000 mon.smithi131 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:13.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:13.305135+0000 mon.smithi131 (mon.0) 669 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:00:13.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:13.313806+0000 mon.smithi131 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:14.105 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:14.105 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:14.471 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-21T11:00:14.471 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T11:00:14.483 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-21T11:00:14.484 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:14.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:13.299653+0000 mgr.smithi131.icwxxw (mgr.14180) 412 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-01-21T11:00:14.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:00:13.317232+0000 mgr.smithi131.icwxxw (mgr.14180) 413 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.nimarf on smithi187 2024-01-21T11:00:14.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:13.479405+0000 mon.smithi131 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:14.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:13.702655+0000 mon.smithi131 (mon.0) 672 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:00:14.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:13.702691+0000 mon.smithi131 (mon.0) 673 : cluster [INF] Cluster is now healthy 2024-01-21T11:00:14.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:14.101400+0000 mgr.smithi131.icwxxw (mgr.14180) 414 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:14.864 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:13.299653+0000 mgr.smithi131.icwxxw (mgr.14180) 412 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-01-21T11:00:14.864 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:00:13.317232+0000 mgr.smithi131.icwxxw (mgr.14180) 413 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.nimarf on smithi187 2024-01-21T11:00:14.864 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:13.479405+0000 mon.smithi131 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:14.864 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:13.702655+0000 mon.smithi131 (mon.0) 672 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:00:14.864 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:13.702691+0000 mon.smithi131 (mon.0) 673 : cluster [INF] Cluster is now healthy 2024-01-21T11:00:14.864 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:14.101400+0000 mgr.smithi131.icwxxw (mgr.14180) 414 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:15.871 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:15.871 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:16.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:16.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:15.300247+0000 mgr.smithi131.icwxxw (mgr.14180) 415 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 115 B/s wr, 1 op/s 2024-01-21T11:00:16.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:15.867447+0000 mgr.smithi131.icwxxw (mgr.14180) 416 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:16.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:15.300247+0000 mgr.smithi131.icwxxw (mgr.14180) 415 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 115 B/s wr, 1 op/s 2024-01-21T11:00:16.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:15.867447+0000 mgr.smithi131.icwxxw (mgr.14180) 416 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:17.238 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:18.630 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:18.630 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:18.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:17.301219+0000 mgr.smithi131.icwxxw (mgr.14180) 417 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 231 B/s wr, 3 op/s 2024-01-21T11:00:19.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:19.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:17.301219+0000 mgr.smithi131.icwxxw (mgr.14180) 417 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 231 B/s wr, 3 op/s 2024-01-21T11:00:19.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:18.626062+0000 mgr.smithi131.icwxxw (mgr.14180) 418 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:20.004 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:20.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:18.626062+0000 mgr.smithi131.icwxxw (mgr.14180) 418 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:20.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:19.301798+0000 mgr.smithi131.icwxxw (mgr.14180) 419 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 197 B/s wr, 2 op/s 2024-01-21T11:00:21.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:19.301798+0000 mgr.smithi131.icwxxw (mgr.14180) 419 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 197 B/s wr, 2 op/s 2024-01-21T11:00:21.318 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:21.318 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:21.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:22.712 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:22.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:21.302455+0000 mgr.smithi131.icwxxw (mgr.14180) 420 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 197 B/s wr, 2 op/s 2024-01-21T11:00:22.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:21.314468+0000 mgr.smithi131.icwxxw (mgr.14180) 421 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:23.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:21.302455+0000 mgr.smithi131.icwxxw (mgr.14180) 420 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 197 B/s wr, 2 op/s 2024-01-21T11:00:23.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:21.314468+0000 mgr.smithi131.icwxxw (mgr.14180) 421 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:24.035 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:24.035 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:24.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:24.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:23.303250+0000 mgr.smithi131.icwxxw (mgr.14180) 422 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 197 B/s wr, 2 op/s 2024-01-21T11:00:24.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:24.031469+0000 mgr.smithi131.icwxxw (mgr.14180) 423 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:25.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:23.303250+0000 mgr.smithi131.icwxxw (mgr.14180) 422 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 197 B/s wr, 2 op/s 2024-01-21T11:00:25.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:24.031469+0000 mgr.smithi131.icwxxw (mgr.14180) 423 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:25.411 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:26.791 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:26.791 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:26.822 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:25.304117+0000 mgr.smithi131.icwxxw (mgr.14180) 424 : cluster [DBG] pgmap v284: 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-21T11:00:27.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:25.304117+0000 mgr.smithi131.icwxxw (mgr.14180) 424 : cluster [DBG] pgmap v284: 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-21T11:00:27.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:27.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:26.787770+0000 mgr.smithi131.icwxxw (mgr.14180) 425 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:28.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:26.787770+0000 mgr.smithi131.icwxxw (mgr.14180) 425 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:28.170 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:28.896 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:27.304851+0000 mgr.smithi131.icwxxw (mgr.14180) 426 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T11:00:28.896 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:28.479536+0000 mon.smithi131 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:29.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:27.304851+0000 mgr.smithi131.icwxxw (mgr.14180) 426 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T11:00:29.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:28.479536+0000 mon.smithi131 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:00:29.577 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:29.577 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:29.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:30.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:29.305367+0000 mgr.smithi131.icwxxw (mgr.14180) 427 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:30.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:29.573249+0000 mgr.smithi131.icwxxw (mgr.14180) 428 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:30.960 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:31.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:29.305367+0000 mgr.smithi131.icwxxw (mgr.14180) 427 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:31.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:29.573249+0000 mgr.smithi131.icwxxw (mgr.14180) 428 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:32.320 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:32.320 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:32.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:32.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:31.305996+0000 mgr.smithi131.icwxxw (mgr.14180) 429 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:33.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:31.305996+0000 mgr.smithi131.icwxxw (mgr.14180) 429 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:33.697 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:34.028 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:32.316672+0000 mgr.smithi131.icwxxw (mgr.14180) 430 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:34.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:32.316672+0000 mgr.smithi131.icwxxw (mgr.14180) 430 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:35.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:33.306734+0000 mgr.smithi131.icwxxw (mgr.14180) 431 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:00:35.084 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:35.085 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:35.119 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:33.306734+0000 mgr.smithi131.icwxxw (mgr.14180) 431 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:00:35.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:36.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:35.080891+0000 mgr.smithi131.icwxxw (mgr.14180) 432 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:36.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:35.080891+0000 mgr.smithi131.icwxxw (mgr.14180) 432 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:36.469 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:36.827 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:35.307511+0000 mgr.smithi131.icwxxw (mgr.14180) 433 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:37.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:35.307511+0000 mgr.smithi131.icwxxw (mgr.14180) 433 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:37.906 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:37.906 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:38.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:39.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:37.308181+0000 mgr.smithi131.icwxxw (mgr.14180) 434 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:39.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:37.902404+0000 mgr.smithi131.icwxxw (mgr.14180) 435 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:39.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:37.308181+0000 mgr.smithi131.icwxxw (mgr.14180) 434 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:39.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:37.902404+0000 mgr.smithi131.icwxxw (mgr.14180) 435 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:39.292 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:40.648 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:40.649 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:40.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:39.308831+0000 mgr.smithi131.icwxxw (mgr.14180) 436 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:41.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:39.308831+0000 mgr.smithi131.icwxxw (mgr.14180) 436 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:41.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:42.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:40.645167+0000 mgr.smithi131.icwxxw (mgr.14180) 437 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:42.033 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:42.064 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:40.645167+0000 mgr.smithi131.icwxxw (mgr.14180) 437 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:43.002 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:41.309722+0000 mgr.smithi131.icwxxw (mgr.14180) 438 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:43.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:41.309722+0000 mgr.smithi131.icwxxw (mgr.14180) 438 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:43.369 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:43.369 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:43.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:44.749 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:45.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:43.310488+0000 mgr.smithi131.icwxxw (mgr.14180) 439 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:00:45.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:43.365786+0000 mgr.smithi131.icwxxw (mgr.14180) 440 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:45.113 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:43.310488+0000 mgr.smithi131.icwxxw (mgr.14180) 439 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:00:45.113 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:43.365786+0000 mgr.smithi131.icwxxw (mgr.14180) 440 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:46.111 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:46.111 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:46.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:47.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:45.311284+0000 mgr.smithi131.icwxxw (mgr.14180) 441 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:47.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:46.106794+0000 mgr.smithi131.icwxxw (mgr.14180) 442 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:47.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:45.311284+0000 mgr.smithi131.icwxxw (mgr.14180) 441 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:47.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:46.106794+0000 mgr.smithi131.icwxxw (mgr.14180) 442 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:47.483 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:48.817 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:48.817 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:48.977 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:47.312111+0000 mgr.smithi131.icwxxw (mgr.14180) 443 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:49.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:47.312111+0000 mgr.smithi131.icwxxw (mgr.14180) 443 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:49.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:50.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:48.812792+0000 mgr.smithi131.icwxxw (mgr.14180) 444 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:50.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:48.812792+0000 mgr.smithi131.icwxxw (mgr.14180) 444 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:50.199 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:50.911 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:49.312749+0000 mgr.smithi131.icwxxw (mgr.14180) 445 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:51.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:49.312749+0000 mgr.smithi131.icwxxw (mgr.14180) 445 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:51.589 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:51.589 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:51.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:52.958 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:52.991 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:51.313330+0000 mgr.smithi131.icwxxw (mgr.14180) 446 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:52.991 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:51.585854+0000 mgr.smithi131.icwxxw (mgr.14180) 447 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:53.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:51.313330+0000 mgr.smithi131.icwxxw (mgr.14180) 446 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:53.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:51.585854+0000 mgr.smithi131.icwxxw (mgr.14180) 447 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:54.313 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:54.313 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:54.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:54.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:53.313918+0000 mgr.smithi131.icwxxw (mgr.14180) 448 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:00:55.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:53.313918+0000 mgr.smithi131.icwxxw (mgr.14180) 448 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:00:55.699 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:56.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:54.310156+0000 mgr.smithi131.icwxxw (mgr.14180) 449 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:56.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:54.310156+0000 mgr.smithi131.icwxxw (mgr.14180) 449 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:57.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:55.314678+0000 mgr.smithi131.icwxxw (mgr.14180) 450 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:57.123 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:57.123 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:00:57.147 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:55.314678+0000 mgr.smithi131.icwxxw (mgr.14180) 450 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:57.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:00:58.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:57.119729+0000 mgr.smithi131.icwxxw (mgr.14180) 451 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:58.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:57.119729+0000 mgr.smithi131.icwxxw (mgr.14180) 451 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:00:58.505 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:00:58.832 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:00:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:57.315328+0000 mgr.smithi131.icwxxw (mgr.14180) 452 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:59.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:00:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:57.315328+0000 mgr.smithi131.icwxxw (mgr.14180) 452 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:00:59.828 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:00:59.828 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:00.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:01.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:00:59.315950+0000 mgr.smithi131.icwxxw (mgr.14180) 453 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:01.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:00:59.824429+0000 mgr.smithi131.icwxxw (mgr.14180) 454 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:01.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:00:59.315950+0000 mgr.smithi131.icwxxw (mgr.14180) 453 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:01.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:00:59.824429+0000 mgr.smithi131.icwxxw (mgr.14180) 454 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:01.205 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:02.650 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:02.650 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:02.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:01.316667+0000 mgr.smithi131.icwxxw (mgr.14180) 455 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:03.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:01.316667+0000 mgr.smithi131.icwxxw (mgr.14180) 455 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:03.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:04.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:02.646230+0000 mgr.smithi131.icwxxw (mgr.14180) 456 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:04.051 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:04.085 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:02.646230+0000 mgr.smithi131.icwxxw (mgr.14180) 456 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:04.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:03.317521+0000 mgr.smithi131.icwxxw (mgr.14180) 457 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:01:05.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:03.317521+0000 mgr.smithi131.icwxxw (mgr.14180) 457 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:01:05.373 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:05.373 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:05.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:06.797 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:07.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:05.318096+0000 mgr.smithi131.icwxxw (mgr.14180) 458 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:07.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:05.369818+0000 mgr.smithi131.icwxxw (mgr.14180) 459 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:07.122 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:05.318096+0000 mgr.smithi131.icwxxw (mgr.14180) 458 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:07.122 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:05.369818+0000 mgr.smithi131.icwxxw (mgr.14180) 459 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:08.076 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:08.076 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:08.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:09.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:07.318764+0000 mgr.smithi131.icwxxw (mgr.14180) 460 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:09.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:08.073104+0000 mgr.smithi131.icwxxw (mgr.14180) 461 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:09.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:07.318764+0000 mgr.smithi131.icwxxw (mgr.14180) 460 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:09.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:08.073104+0000 mgr.smithi131.icwxxw (mgr.14180) 461 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:09.439 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:10.760 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:10.760 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:11.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:09.319296+0000 mgr.smithi131.icwxxw (mgr.14180) 462 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:11.093 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:09.319296+0000 mgr.smithi131.icwxxw (mgr.14180) 462 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:11.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:12.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:10.756795+0000 mgr.smithi131.icwxxw (mgr.14180) 463 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:12.138 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:12.170 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:10.756795+0000 mgr.smithi131.icwxxw (mgr.14180) 463 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:13.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:11.319971+0000 mgr.smithi131.icwxxw (mgr.14180) 464 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:13.115 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:11.319971+0000 mgr.smithi131.icwxxw (mgr.14180) 464 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:13.462 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:13.462 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:13.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:14.836 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:15.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:13.320605+0000 mgr.smithi131.icwxxw (mgr.14180) 465 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:01:15.171 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:13.459304+0000 mgr.smithi131.icwxxw (mgr.14180) 466 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:15.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:13.320605+0000 mgr.smithi131.icwxxw (mgr.14180) 465 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:01:15.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:13.459304+0000 mgr.smithi131.icwxxw (mgr.14180) 466 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:16.219 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:16.220 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:16.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:16.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:15.321177+0000 mgr.smithi131.icwxxw (mgr.14180) 467 : 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-21T11:01:17.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:15.321177+0000 mgr.smithi131.icwxxw (mgr.14180) 467 : 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-21T11:01:17.640 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:17.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:16.216229+0000 mgr.smithi131.icwxxw (mgr.14180) 468 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:18.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:16.216229+0000 mgr.smithi131.icwxxw (mgr.14180) 468 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:18.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:17.321967+0000 mgr.smithi131.icwxxw (mgr.14180) 469 : 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-21T11:01:18.935 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:18.935 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:19.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:17.321967+0000 mgr.smithi131.icwxxw (mgr.14180) 469 : 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-21T11:01:19.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:20.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:18.931907+0000 mgr.smithi131.icwxxw (mgr.14180) 470 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:20.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:18.931907+0000 mgr.smithi131.icwxxw (mgr.14180) 470 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:20.354 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:21.004 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:19.322519+0000 mgr.smithi131.icwxxw (mgr.14180) 471 : 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-21T11:01:21.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:19.322519+0000 mgr.smithi131.icwxxw (mgr.14180) 471 : 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-21T11:01:21.668 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:21.669 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:22.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:23.071 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:23.104 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:21.323337+0000 mgr.smithi131.icwxxw (mgr.14180) 472 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:23.104 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:21.665047+0000 mgr.smithi131.icwxxw (mgr.14180) 473 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:23.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:21.323337+0000 mgr.smithi131.icwxxw (mgr.14180) 472 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:23.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:21.665047+0000 mgr.smithi131.icwxxw (mgr.14180) 473 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:24.351 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:24.352 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:24.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:24.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:23.323986+0000 mgr.smithi131.icwxxw (mgr.14180) 474 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:01:25.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:23.323986+0000 mgr.smithi131.icwxxw (mgr.14180) 474 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:01:25.728 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:26.069 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:24.348144+0000 mgr.smithi131.icwxxw (mgr.14180) 475 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:26.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:24.348144+0000 mgr.smithi131.icwxxw (mgr.14180) 475 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:27.033 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:27.033 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:27.060 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:25.324616+0000 mgr.smithi131.icwxxw (mgr.14180) 476 : 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-21T11:01:27.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:25.324616+0000 mgr.smithi131.icwxxw (mgr.14180) 476 : 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-21T11:01:27.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:28.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:27.029982+0000 mgr.smithi131.icwxxw (mgr.14180) 477 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:28.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:27.029982+0000 mgr.smithi131.icwxxw (mgr.14180) 477 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:28.463 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:29.086 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:27.325216+0000 mgr.smithi131.icwxxw (mgr.14180) 478 : 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-21T11:01:29.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:27.325216+0000 mgr.smithi131.icwxxw (mgr.14180) 478 : 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-21T11:01:29.776 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:29.776 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:30.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:31.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:29.325703+0000 mgr.smithi131.icwxxw (mgr.14180) 479 : 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-21T11:01:31.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:29.773041+0000 mgr.smithi131.icwxxw (mgr.14180) 480 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:31.191 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:31.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:29.325703+0000 mgr.smithi131.icwxxw (mgr.14180) 479 : 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-21T11:01:31.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:29.773041+0000 mgr.smithi131.icwxxw (mgr.14180) 480 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:32.466 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:32.466 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:32.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:33.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:31.326370+0000 mgr.smithi131.icwxxw (mgr.14180) 481 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:33.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:31.326370+0000 mgr.smithi131.icwxxw (mgr.14180) 481 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:33.908 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:34.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:32.462786+0000 mgr.smithi131.icwxxw (mgr.14180) 482 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:34.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:32.462786+0000 mgr.smithi131.icwxxw (mgr.14180) 482 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:35.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:33.327030+0000 mgr.smithi131.icwxxw (mgr.14180) 483 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:01:35.207 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:35.208 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:35.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:33.327030+0000 mgr.smithi131.icwxxw (mgr.14180) 483 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:01:35.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:36.634 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:36.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:35.204480+0000 mgr.smithi131.icwxxw (mgr.14180) 484 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:36.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:35.327626+0000 mgr.smithi131.icwxxw (mgr.14180) 485 : 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-21T11:01:37.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:35.204480+0000 mgr.smithi131.icwxxw (mgr.14180) 484 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:37.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:35.327626+0000 mgr.smithi131.icwxxw (mgr.14180) 485 : 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-21T11:01:38.024 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:38.024 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:38.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:39.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:37.328273+0000 mgr.smithi131.icwxxw (mgr.14180) 486 : 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-21T11:01:39.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:38.021106+0000 mgr.smithi131.icwxxw (mgr.14180) 487 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:39.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:37.328273+0000 mgr.smithi131.icwxxw (mgr.14180) 486 : 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-21T11:01:39.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:38.021106+0000 mgr.smithi131.icwxxw (mgr.14180) 487 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:39.408 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:40.747 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:40.747 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:41.063 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:39.328938+0000 mgr.smithi131.icwxxw (mgr.14180) 488 : 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-21T11:01:41.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:41.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:39.328938+0000 mgr.smithi131.icwxxw (mgr.14180) 488 : 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-21T11:01:42.124 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:42.156 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:40.743362+0000 mgr.smithi131.icwxxw (mgr.14180) 489 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:42.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:40.743362+0000 mgr.smithi131.icwxxw (mgr.14180) 489 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:43.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:41.329598+0000 mgr.smithi131.icwxxw (mgr.14180) 490 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:43.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:41.329598+0000 mgr.smithi131.icwxxw (mgr.14180) 490 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:43.521 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:43.521 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:43.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:44.899 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:45.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:43.330134+0000 mgr.smithi131.icwxxw (mgr.14180) 491 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:01:45.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:43.518033+0000 mgr.smithi131.icwxxw (mgr.14180) 492 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:45.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:43.330134+0000 mgr.smithi131.icwxxw (mgr.14180) 491 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:01:45.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:43.518033+0000 mgr.smithi131.icwxxw (mgr.14180) 492 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:46.273 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:46.274 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:46.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:47.177 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:45.330769+0000 mgr.smithi131.icwxxw (mgr.14180) 493 : 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-21T11:01:47.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:45.330769+0000 mgr.smithi131.icwxxw (mgr.14180) 493 : 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-21T11:01:47.651 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:47.990 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:46.269718+0000 mgr.smithi131.icwxxw (mgr.14180) 494 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:46.269718+0000 mgr.smithi131.icwxxw (mgr.14180) 494 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:49.033 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:49.033 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:49.054 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:47.331567+0000 mgr.smithi131.icwxxw (mgr.14180) 495 : 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-21T11:01:49.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:47.331567+0000 mgr.smithi131.icwxxw (mgr.14180) 495 : 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-21T11:01:49.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:50.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:49.029624+0000 mgr.smithi131.icwxxw (mgr.14180) 496 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:50.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:49.029624+0000 mgr.smithi131.icwxxw (mgr.14180) 496 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:50.423 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:51.083 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:49.332102+0000 mgr.smithi131.icwxxw (mgr.14180) 497 : 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-21T11:01:51.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:49.332102+0000 mgr.smithi131.icwxxw (mgr.14180) 497 : 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-21T11:01:51.766 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:51.766 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:52.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:53.140 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:53.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:51.332756+0000 mgr.smithi131.icwxxw (mgr.14180) 498 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:53.173 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:51.763028+0000 mgr.smithi131.icwxxw (mgr.14180) 499 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:53.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:51.332756+0000 mgr.smithi131.icwxxw (mgr.14180) 498 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:01:53.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:51.763028+0000 mgr.smithi131.icwxxw (mgr.14180) 499 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:54.478 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:54.478 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:54.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:55.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:53.333346+0000 mgr.smithi131.icwxxw (mgr.14180) 500 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:01:55.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:53.333346+0000 mgr.smithi131.icwxxw (mgr.14180) 500 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:01:55.863 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:56.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:54.473740+0000 mgr.smithi131.icwxxw (mgr.14180) 501 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:56.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:54.473740+0000 mgr.smithi131.icwxxw (mgr.14180) 501 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:57.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:55.334081+0000 mgr.smithi131.icwxxw (mgr.14180) 502 : 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-21T11:01:57.195 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:57.195 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:01:57.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:55.334081+0000 mgr.smithi131.icwxxw (mgr.14180) 502 : 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-21T11:01:57.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:01:58.562 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:01:59.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:57.192085+0000 mgr.smithi131.icwxxw (mgr.14180) 503 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:59.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:01:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:57.334924+0000 mgr.smithi131.icwxxw (mgr.14180) 504 : 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-21T11:01:59.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:57.192085+0000 mgr.smithi131.icwxxw (mgr.14180) 503 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:01:59.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:01:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:57.334924+0000 mgr.smithi131.icwxxw (mgr.14180) 504 : 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-21T11:01:59.904 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:01:59.904 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:00.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:01.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:01:59.335353+0000 mgr.smithi131.icwxxw (mgr.14180) 505 : 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-21T11:02:01.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:01:59.900714+0000 mgr.smithi131.icwxxw (mgr.14180) 506 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:01.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:01:59.335353+0000 mgr.smithi131.icwxxw (mgr.14180) 505 : 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-21T11:02:01.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:01:59.900714+0000 mgr.smithi131.icwxxw (mgr.14180) 506 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:01.297 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:02.639 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:02.639 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:02.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:01.336083+0000 mgr.smithi131.icwxxw (mgr.14180) 507 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:03.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:03.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:01.336083+0000 mgr.smithi131.icwxxw (mgr.14180) 507 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:04.004 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:04.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:02.635486+0000 mgr.smithi131.icwxxw (mgr.14180) 508 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:04.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:02.635486+0000 mgr.smithi131.icwxxw (mgr.14180) 508 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:04.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:03.336875+0000 mgr.smithi131.icwxxw (mgr.14180) 509 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:02:05.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:03.336875+0000 mgr.smithi131.icwxxw (mgr.14180) 509 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:02:05.395 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:05.395 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:05.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:06.814 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:07.130 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:05.337414+0000 mgr.smithi131.icwxxw (mgr.14180) 510 : 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-21T11:02:07.130 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:05.391733+0000 mgr.smithi131.icwxxw (mgr.14180) 511 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:07.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:05.337414+0000 mgr.smithi131.icwxxw (mgr.14180) 510 : 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-21T11:02:07.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:05.391733+0000 mgr.smithi131.icwxxw (mgr.14180) 511 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:08.111 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:08.111 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:08.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:09.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:07.338088+0000 mgr.smithi131.icwxxw (mgr.14180) 512 : 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-21T11:02:09.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:08.107427+0000 mgr.smithi131.icwxxw (mgr.14180) 513 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:09.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:07.338088+0000 mgr.smithi131.icwxxw (mgr.14180) 512 : 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-21T11:02:09.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:08.107427+0000 mgr.smithi131.icwxxw (mgr.14180) 513 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:09.446 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:10.789 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:10.789 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:11.109 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:09.338675+0000 mgr.smithi131.icwxxw (mgr.14180) 514 : 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-21T11:02:11.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:11.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:09.338675+0000 mgr.smithi131.icwxxw (mgr.14180) 514 : 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-21T11:02:12.152 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:12.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:10.785299+0000 mgr.smithi131.icwxxw (mgr.14180) 515 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:12.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:10.785299+0000 mgr.smithi131.icwxxw (mgr.14180) 515 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:13.147 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:11.339498+0000 mgr.smithi131.icwxxw (mgr.14180) 516 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:13.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:11.339498+0000 mgr.smithi131.icwxxw (mgr.14180) 516 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:13.512 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:13.512 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:13.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:14.894 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:15.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:13.340057+0000 mgr.smithi131.icwxxw (mgr.14180) 517 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:02:15.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:13.501863+0000 mgr.smithi131.icwxxw (mgr.14180) 518 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:15.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:13.340057+0000 mgr.smithi131.icwxxw (mgr.14180) 517 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:02:15.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:13.501863+0000 mgr.smithi131.icwxxw (mgr.14180) 518 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:16.228 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:16.228 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:16.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:17.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:15.340646+0000 mgr.smithi131.icwxxw (mgr.14180) 519 : 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-21T11:02:17.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:15.340646+0000 mgr.smithi131.icwxxw (mgr.14180) 519 : 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-21T11:02:17.619 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:18.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:16.224832+0000 mgr.smithi131.icwxxw (mgr.14180) 520 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:18.287 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:16.224832+0000 mgr.smithi131.icwxxw (mgr.14180) 520 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:18.969 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:18.969 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:19.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:17.341430+0000 mgr.smithi131.icwxxw (mgr.14180) 521 : 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-21T11:02:19.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:17.341430+0000 mgr.smithi131.icwxxw (mgr.14180) 521 : 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-21T11:02:19.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:20.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:18.965422+0000 mgr.smithi131.icwxxw (mgr.14180) 522 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:20.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:18.965422+0000 mgr.smithi131.icwxxw (mgr.14180) 522 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:20.325 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:21.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:19.341987+0000 mgr.smithi131.icwxxw (mgr.14180) 523 : 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-21T11:02:21.312 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:19.341987+0000 mgr.smithi131.icwxxw (mgr.14180) 523 : 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-21T11:02:21.663 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:21.663 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:22.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:23.042 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:23.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:21.342649+0000 mgr.smithi131.icwxxw (mgr.14180) 524 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:23.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:21.659714+0000 mgr.smithi131.icwxxw (mgr.14180) 525 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:23.376 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:21.342649+0000 mgr.smithi131.icwxxw (mgr.14180) 524 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:23.377 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:21.659714+0000 mgr.smithi131.icwxxw (mgr.14180) 525 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:24.485 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:24.486 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:24.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:25.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:23.343436+0000 mgr.smithi131.icwxxw (mgr.14180) 526 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:02:25.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:23.343436+0000 mgr.smithi131.icwxxw (mgr.14180) 526 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:02:25.891 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:26.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:24.481916+0000 mgr.smithi131.icwxxw (mgr.14180) 527 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:26.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:24.481916+0000 mgr.smithi131.icwxxw (mgr.14180) 527 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:27.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:25.344198+0000 mgr.smithi131.icwxxw (mgr.14180) 528 : 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-21T11:02:27.191 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:27.192 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:27.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:25.344198+0000 mgr.smithi131.icwxxw (mgr.14180) 528 : 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-21T11:02:27.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:28.590 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:29.227 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:27.188593+0000 mgr.smithi131.icwxxw (mgr.14180) 529 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:29.228 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:27.344935+0000 mgr.smithi131.icwxxw (mgr.14180) 530 : 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-21T11:02:29.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:27.188593+0000 mgr.smithi131.icwxxw (mgr.14180) 529 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:29.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:27.344935+0000 mgr.smithi131.icwxxw (mgr.14180) 530 : 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-21T11:02:29.918 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:29.918 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:30.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:31.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:29.345434+0000 mgr.smithi131.icwxxw (mgr.14180) 531 : 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-21T11:02:31.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:29.914807+0000 mgr.smithi131.icwxxw (mgr.14180) 532 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:31.333 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:31.366 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:29.345434+0000 mgr.smithi131.icwxxw (mgr.14180) 531 : 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-21T11:02:31.366 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:29.914807+0000 mgr.smithi131.icwxxw (mgr.14180) 532 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:32.635 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:32.635 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:33.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:33.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:31.346155+0000 mgr.smithi131.icwxxw (mgr.14180) 533 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:33.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:31.346155+0000 mgr.smithi131.icwxxw (mgr.14180) 533 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:34.045 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:34.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:32.631451+0000 mgr.smithi131.icwxxw (mgr.14180) 534 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:34.384 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:32.631451+0000 mgr.smithi131.icwxxw (mgr.14180) 534 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:35.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:33.346841+0000 mgr.smithi131.icwxxw (mgr.14180) 535 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:02:35.373 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:35.374 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:35.398 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:33.346841+0000 mgr.smithi131.icwxxw (mgr.14180) 535 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:02:35.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:36.797 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:37.133 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:35.347443+0000 mgr.smithi131.icwxxw (mgr.14180) 536 : 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-21T11:02:37.133 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:35.370313+0000 mgr.smithi131.icwxxw (mgr.14180) 537 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:37.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:35.347443+0000 mgr.smithi131.icwxxw (mgr.14180) 536 : 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-21T11:02:37.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:35.370313+0000 mgr.smithi131.icwxxw (mgr.14180) 537 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:38.121 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:38.121 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:38.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:39.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:37.348140+0000 mgr.smithi131.icwxxw (mgr.14180) 538 : 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-21T11:02:39.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:38.118608+0000 mgr.smithi131.icwxxw (mgr.14180) 539 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:39.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:37.348140+0000 mgr.smithi131.icwxxw (mgr.14180) 538 : 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-21T11:02:39.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:38.118608+0000 mgr.smithi131.icwxxw (mgr.14180) 539 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:39.526 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:40.877 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:40.877 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:58.301004Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:41.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:39.348768+0000 mgr.smithi131.icwxxw (mgr.14180) 540 : 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-21T11:02:41.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:41.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:39.348768+0000 mgr.smithi131.icwxxw (mgr.14180) 540 : 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-21T11:02:42.273 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:42.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:40.873656+0000 mgr.smithi131.icwxxw (mgr.14180) 541 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:42.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:40.873656+0000 mgr.smithi131.icwxxw (mgr.14180) 541 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:43.252 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:41.349522+0000 mgr.smithi131.icwxxw (mgr.14180) 542 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:43.252 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:42.516912+0000 mon.smithi131 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi187.nimarf"}]: dispatch 2024-01-21T11:02:43.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:41.349522+0000 mgr.smithi131.icwxxw (mgr.14180) 542 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:43.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:42.516912+0000 mon.smithi131 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi187.nimarf"}]: dispatch 2024-01-21T11:02:43.634 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:43.634 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:44.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:44.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:02:42.516436+0000 mgr.smithi131.icwxxw (mgr.14180) 543 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf 2024-01-21T11:02:44.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf 2024-01-21T11:02:44.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf 2024-01-21T11:02:44.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf 2024-01-21T11:02:44.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi187.nimarf ... 2024-01-21T11:02:44.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:02:44.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:02:44.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:00:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:01:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:02:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:02:44.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:02:44.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Traceback (most recent call last): 2024-01-21T11:02:44.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:02:44.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: yield (conn, connr) 2024-01-21T11:02:44.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:02:44.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: code, '\n'.join(err))) 2024-01-21T11:02:44.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf 2024-01-21T11:02:44.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf 2024-01-21T11:02:44.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf 2024-01-21T11:02:44.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf 2024-01-21T11:02:44.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi187.nimarf ... 2024-01-21T11:02:44.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:02:44.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:02:44.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:00:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:01:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:02:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:02:44.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:02:44.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:02:42.516614+0000 mgr.smithi131.icwxxw (mgr.14180) 544 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi187.nimarf 2024-01-21T11:02:44.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:02:42.517639+0000 mgr.smithi131.icwxxw (mgr.14180) 545 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf 2024-01-21T11:02:44.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf 2024-01-21T11:02:44.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf 2024-01-21T11:02:44.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf 2024-01-21T11:02:44.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi187.nimarf ... 2024-01-21T11:02:44.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:02:44.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:02:44.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:00:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:01:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.285 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:02:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.286 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:02:44.286 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:02:44.286 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:02:42.519242+0000 mgr.smithi131.icwxxw (mgr.14180) 546 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.hdmaim on smithi131 2024-01-21T11:02:44.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:02:42.516436+0000 mgr.smithi131.icwxxw (mgr.14180) 543 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf 2024-01-21T11:02:44.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf 2024-01-21T11:02:44.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf 2024-01-21T11:02:44.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf 2024-01-21T11:02:44.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi187.nimarf ... 2024-01-21T11:02:44.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:02:44.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:02:44.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:00:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:01:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:02:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:02:44.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:02:44.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Traceback (most recent call last): 2024-01-21T11:02:44.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:02:44.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: yield (conn, connr) 2024-01-21T11:02:44.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:02:44.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: code, '\n'.join(err))) 2024-01-21T11:02:44.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf 2024-01-21T11:02:44.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf 2024-01-21T11:02:44.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf 2024-01-21T11:02:44.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf 2024-01-21T11:02:44.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi187.nimarf ... 2024-01-21T11:02:44.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:02:44.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:02:44.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:00:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.428 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:01:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.429 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:02:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.429 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:02:44.429 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:02:44.429 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:02:42.516614+0000 mgr.smithi131.icwxxw (mgr.14180) 544 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi187.nimarf 2024-01-21T11:02:44.429 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:02:42.517639+0000 mgr.smithi131.icwxxw (mgr.14180) 545 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf 2024-01-21T11:02:44.429 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf 2024-01-21T11:02:44.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf 2024-01-21T11:02:44.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf 2024-01-21T11:02:44.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi187.nimarf ... 2024-01-21T11:02:44.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:02:44.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:02:44.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:00:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:01:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:02:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:02:44.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:02:44.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:02:44.430 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:02:42.519242+0000 mgr.smithi131.icwxxw (mgr.14180) 546 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.hdmaim on smithi131 2024-01-21T11:02:45.022 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:45.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:43.350117+0000 mgr.smithi131.icwxxw (mgr.14180) 547 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:02:45.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:43.630323+0000 mgr.smithi131.icwxxw (mgr.14180) 548 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:45.388 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:43.350117+0000 mgr.smithi131.icwxxw (mgr.14180) 547 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:02:45.388 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:43.630323+0000 mgr.smithi131.icwxxw (mgr.14180) 548 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:46.371 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:46.372 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:46.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:47.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:45.350714+0000 mgr.smithi131.icwxxw (mgr.14180) 549 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:47.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:45.350714+0000 mgr.smithi131.icwxxw (mgr.14180) 549 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:47.747 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:48.114 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:46.367754+0000 mgr.smithi131.icwxxw (mgr.14180) 550 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:46.367754+0000 mgr.smithi131.icwxxw (mgr.14180) 550 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:49.113 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:49.113 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:49.144 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:47.351532+0000 mgr.smithi131.icwxxw (mgr.14180) 551 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:49.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:47.351532+0000 mgr.smithi131.icwxxw (mgr.14180) 551 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:49.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:50.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:49.109911+0000 mgr.smithi131.icwxxw (mgr.14180) 552 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:50.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:49.109911+0000 mgr.smithi131.icwxxw (mgr.14180) 552 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:50.514 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:51.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:49.352065+0000 mgr.smithi131.icwxxw (mgr.14180) 553 : 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-21T11:02:51.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:49.352065+0000 mgr.smithi131.icwxxw (mgr.14180) 553 : 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-21T11:02:51.920 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:51.920 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:52.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:53.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:51.352728+0000 mgr.smithi131.icwxxw (mgr.14180) 554 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:53.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:51.916448+0000 mgr.smithi131.icwxxw (mgr.14180) 555 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:53.288 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:53.320 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:51.352728+0000 mgr.smithi131.icwxxw (mgr.14180) 554 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:02:53.321 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:51.916448+0000 mgr.smithi131.icwxxw (mgr.14180) 555 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:54.661 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:54.661 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:55.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:55.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:53.353413+0000 mgr.smithi131.icwxxw (mgr.14180) 556 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:02:55.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:53.353413+0000 mgr.smithi131.icwxxw (mgr.14180) 556 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:02:56.029 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:56.371 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:54.658014+0000 mgr.smithi131.icwxxw (mgr.14180) 557 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:56.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:54.658014+0000 mgr.smithi131.icwxxw (mgr.14180) 557 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:57.386 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:02:57.386 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:02:57.408 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:55.353951+0000 mgr.smithi131.icwxxw (mgr.14180) 558 : 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-21T11:02:57.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:55.353951+0000 mgr.smithi131.icwxxw (mgr.14180) 558 : 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-21T11:02:57.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:02:58.780 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:02:59.113 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:57.354645+0000 mgr.smithi131.icwxxw (mgr.14180) 559 : 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-21T11:02:59.114 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:02:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:02:57.383191+0000 mgr.smithi131.icwxxw (mgr.14180) 560 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:02:59.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:57.354645+0000 mgr.smithi131.icwxxw (mgr.14180) 559 : 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-21T11:02:59.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:02:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:02:57.383191+0000 mgr.smithi131.icwxxw (mgr.14180) 560 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:00.272 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:00.272 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:00.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:01.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:02:59.355123+0000 mgr.smithi131.icwxxw (mgr.14180) 561 : 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-21T11:03:01.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:02:59.355123+0000 mgr.smithi131.icwxxw (mgr.14180) 561 : 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-21T11:03:01.695 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:02.364 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:00.268495+0000 mgr.smithi131.icwxxw (mgr.14180) 562 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:02.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:00.268495+0000 mgr.smithi131.icwxxw (mgr.14180) 562 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:03.036 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:03.036 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:03.358 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:01.355980+0000 mgr.smithi131.icwxxw (mgr.14180) 563 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:03:03.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:03.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:01.355980+0000 mgr.smithi131.icwxxw (mgr.14180) 563 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:03:04.381 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:03.033166+0000 mgr.smithi131.icwxxw (mgr.14180) 564 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:04.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:03.033166+0000 mgr.smithi131.icwxxw (mgr.14180) 564 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:04.428 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:05.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:03.356710+0000 mgr.smithi131.icwxxw (mgr.14180) 565 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:03:05.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:03.356710+0000 mgr.smithi131.icwxxw (mgr.14180) 565 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:03:05.845 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:05.846 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:06.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:07.229 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:07.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:05.357264+0000 mgr.smithi131.icwxxw (mgr.14180) 566 : 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-21T11:03:07.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:05.842079+0000 mgr.smithi131.icwxxw (mgr.14180) 567 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:07.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:05.357264+0000 mgr.smithi131.icwxxw (mgr.14180) 566 : 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-21T11:03:07.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:05.842079+0000 mgr.smithi131.icwxxw (mgr.14180) 567 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:08.601 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:08.601 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:08.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:09.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:07.357973+0000 mgr.smithi131.icwxxw (mgr.14180) 568 : 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-21T11:03:09.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:07.357973+0000 mgr.smithi131.icwxxw (mgr.14180) 568 : 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-21T11:03:09.968 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:10.336 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:08.597234+0000 mgr.smithi131.icwxxw (mgr.14180) 569 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:10.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:08.597234+0000 mgr.smithi131.icwxxw (mgr.14180) 569 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:11.334 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:11.335 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:11.359 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:09.358477+0000 mgr.smithi131.icwxxw (mgr.14180) 570 : 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-21T11:03:11.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:09.358477+0000 mgr.smithi131.icwxxw (mgr.14180) 570 : 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-21T11:03:11.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:12.702 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:13.346 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:11.331429+0000 mgr.smithi131.icwxxw (mgr.14180) 571 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:13.346 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:11.359094+0000 mgr.smithi131.icwxxw (mgr.14180) 572 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:03:13.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:11.331429+0000 mgr.smithi131.icwxxw (mgr.14180) 571 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:13.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:11.359094+0000 mgr.smithi131.icwxxw (mgr.14180) 572 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:03:14.017 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:14.017 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:14.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:15.400 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:15.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:13.359722+0000 mgr.smithi131.icwxxw (mgr.14180) 573 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:03:15.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:14.014193+0000 mgr.smithi131.icwxxw (mgr.14180) 574 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:15.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:13.359722+0000 mgr.smithi131.icwxxw (mgr.14180) 573 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:03:15.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:14.014193+0000 mgr.smithi131.icwxxw (mgr.14180) 574 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:16.754 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:16.755 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:17.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:17.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:15.360372+0000 mgr.smithi131.icwxxw (mgr.14180) 575 : 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-21T11:03:17.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:15.360372+0000 mgr.smithi131.icwxxw (mgr.14180) 575 : 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-21T11:03:18.117 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:18.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:16.750881+0000 mgr.smithi131.icwxxw (mgr.14180) 576 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:18.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:16.750881+0000 mgr.smithi131.icwxxw (mgr.14180) 576 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:19.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:17.361048+0000 mgr.smithi131.icwxxw (mgr.14180) 577 : 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-21T11:03:19.468 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:19.469 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:19.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:17.361048+0000 mgr.smithi131.icwxxw (mgr.14180) 577 : 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-21T11:03:19.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:20.841 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:21.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:19.361700+0000 mgr.smithi131.icwxxw (mgr.14180) 578 : 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-21T11:03:21.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:19.465620+0000 mgr.smithi131.icwxxw (mgr.14180) 579 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:21.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:19.361700+0000 mgr.smithi131.icwxxw (mgr.14180) 578 : 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-21T11:03:21.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:19.465620+0000 mgr.smithi131.icwxxw (mgr.14180) 579 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:22.209 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:22.209 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:22.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:23.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:21.362339+0000 mgr.smithi131.icwxxw (mgr.14180) 580 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:03:23.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:21.362339+0000 mgr.smithi131.icwxxw (mgr.14180) 580 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:03:23.567 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:24.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:22.205496+0000 mgr.smithi131.icwxxw (mgr.14180) 581 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:24.381 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:22.205496+0000 mgr.smithi131.icwxxw (mgr.14180) 581 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:24.882 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:24.883 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:25.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:23.363055+0000 mgr.smithi131.icwxxw (mgr.14180) 582 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:03:25.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:25.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:23.363055+0000 mgr.smithi131.icwxxw (mgr.14180) 582 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:03:26.250 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:26.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:24.879212+0000 mgr.smithi131.icwxxw (mgr.14180) 583 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:26.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:24.879212+0000 mgr.smithi131.icwxxw (mgr.14180) 583 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:27.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:25.363739+0000 mgr.smithi131.icwxxw (mgr.14180) 584 : 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-21T11:03:27.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:25.363739+0000 mgr.smithi131.icwxxw (mgr.14180) 584 : 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-21T11:03:27.582 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:27.582 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:27.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:28.957 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:29.299 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:27.364454+0000 mgr.smithi131.icwxxw (mgr.14180) 585 : 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-21T11:03:29.300 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:27.578844+0000 mgr.smithi131.icwxxw (mgr.14180) 586 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:29.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:27.364454+0000 mgr.smithi131.icwxxw (mgr.14180) 585 : 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-21T11:03:29.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:27.578844+0000 mgr.smithi131.icwxxw (mgr.14180) 586 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:30.317 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:30.318 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:30.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:31.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:29.365135+0000 mgr.smithi131.icwxxw (mgr.14180) 587 : 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-21T11:03:31.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:29.365135+0000 mgr.smithi131.icwxxw (mgr.14180) 587 : 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-21T11:03:31.698 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:32.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:30.314188+0000 mgr.smithi131.icwxxw (mgr.14180) 588 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:32.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:30.314188+0000 mgr.smithi131.icwxxw (mgr.14180) 588 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:33.013 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:33.013 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:33.328 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:31.366016+0000 mgr.smithi131.icwxxw (mgr.14180) 589 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:03:33.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:33.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:31.366016+0000 mgr.smithi131.icwxxw (mgr.14180) 589 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:03:34.372 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:34.381 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:33.010212+0000 mgr.smithi131.icwxxw (mgr.14180) 590 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:34.405 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:33.010212+0000 mgr.smithi131.icwxxw (mgr.14180) 590 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:35.393 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:33.366645+0000 mgr.smithi131.icwxxw (mgr.14180) 591 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:03:35.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:33.366645+0000 mgr.smithi131.icwxxw (mgr.14180) 591 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:03:35.742 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:35.742 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:36.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:37.158 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:37.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:35.367170+0000 mgr.smithi131.icwxxw (mgr.14180) 592 : 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-21T11:03:37.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:35.739079+0000 mgr.smithi131.icwxxw (mgr.14180) 593 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:37.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:35.367170+0000 mgr.smithi131.icwxxw (mgr.14180) 592 : 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-21T11:03:37.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:35.739079+0000 mgr.smithi131.icwxxw (mgr.14180) 593 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:38.533 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:38.533 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:38.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:39.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:37.367896+0000 mgr.smithi131.icwxxw (mgr.14180) 594 : 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-21T11:03:39.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:37.367896+0000 mgr.smithi131.icwxxw (mgr.14180) 594 : 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-21T11:03:39.905 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:40.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:38.529912+0000 mgr.smithi131.icwxxw (mgr.14180) 595 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:40.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:38.529912+0000 mgr.smithi131.icwxxw (mgr.14180) 595 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:41.272 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:41.272 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:41.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:39.368630+0000 mgr.smithi131.icwxxw (mgr.14180) 596 : 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-21T11:03:41.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:39.368630+0000 mgr.smithi131.icwxxw (mgr.14180) 596 : 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-21T11:03:41.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:42.687 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:43.316 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:41.269063+0000 mgr.smithi131.icwxxw (mgr.14180) 597 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:43.316 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:41.369241+0000 mgr.smithi131.icwxxw (mgr.14180) 598 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:03:43.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:41.269063+0000 mgr.smithi131.icwxxw (mgr.14180) 597 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:43.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:41.369241+0000 mgr.smithi131.icwxxw (mgr.14180) 598 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:03:44.005 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:44.005 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:44.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:45.380 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:45.411 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:43.369985+0000 mgr.smithi131.icwxxw (mgr.14180) 599 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:03:45.412 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:44.001109+0000 mgr.smithi131.icwxxw (mgr.14180) 600 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:45.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:43.369985+0000 mgr.smithi131.icwxxw (mgr.14180) 599 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:03:45.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:44.001109+0000 mgr.smithi131.icwxxw (mgr.14180) 600 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:46.687 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:46.687 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:47.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:47.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:45.370757+0000 mgr.smithi131.icwxxw (mgr.14180) 601 : 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-21T11:03:47.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:45.370757+0000 mgr.smithi131.icwxxw (mgr.14180) 601 : 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-21T11:03:48.071 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:48.414 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:46.683406+0000 mgr.smithi131.icwxxw (mgr.14180) 602 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:48.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:46.683406+0000 mgr.smithi131.icwxxw (mgr.14180) 602 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:49.414 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:49.414 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:49.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:47.371446+0000 mgr.smithi131.icwxxw (mgr.14180) 603 : 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-21T11:03:49.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:47.371446+0000 mgr.smithi131.icwxxw (mgr.14180) 603 : 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-21T11:03:49.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:50.789 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:51.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:49.371940+0000 mgr.smithi131.icwxxw (mgr.14180) 604 : 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-21T11:03:51.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:49.410773+0000 mgr.smithi131.icwxxw (mgr.14180) 605 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:51.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:49.371940+0000 mgr.smithi131.icwxxw (mgr.14180) 604 : 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-21T11:03:51.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:49.410773+0000 mgr.smithi131.icwxxw (mgr.14180) 605 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:52.137 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:52.137 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:52.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:53.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:51.372680+0000 mgr.smithi131.icwxxw (mgr.14180) 606 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:03:53.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:52.133673+0000 mgr.smithi131.icwxxw (mgr.14180) 607 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:53.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:51.372680+0000 mgr.smithi131.icwxxw (mgr.14180) 606 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:03:53.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:52.133673+0000 mgr.smithi131.icwxxw (mgr.14180) 607 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:53.550 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:54.869 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:54.870 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:55.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:55.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:53.373375+0000 mgr.smithi131.icwxxw (mgr.14180) 608 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:03:55.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:53.373375+0000 mgr.smithi131.icwxxw (mgr.14180) 608 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:03:56.285 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:56.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:54.866113+0000 mgr.smithi131.icwxxw (mgr.14180) 609 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:56.654 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:54.866113+0000 mgr.smithi131.icwxxw (mgr.14180) 609 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:57.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:55.374101+0000 mgr.smithi131.icwxxw (mgr.14180) 610 : 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-21T11:03:57.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:55.374101+0000 mgr.smithi131.icwxxw (mgr.14180) 610 : 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-21T11:03:57.648 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:03:57.648 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:03:58.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:03:59.061 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:03:59.385 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:57.374778+0000 mgr.smithi131.icwxxw (mgr.14180) 611 : 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-21T11:03:59.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:03:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:03:57.643626+0000 mgr.smithi131.icwxxw (mgr.14180) 612 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:03:59.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:57.374778+0000 mgr.smithi131.icwxxw (mgr.14180) 611 : 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-21T11:03:59.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:03:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:03:57.643626+0000 mgr.smithi131.icwxxw (mgr.14180) 612 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:00.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:03:59.375262+0000 mgr.smithi131.icwxxw (mgr.14180) 613 : 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-21T11:04:00.435 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:00.435 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:03:59.375262+0000 mgr.smithi131.icwxxw (mgr.14180) 613 : 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-21T11:04:00.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:01.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:00.432325+0000 mgr.smithi131.icwxxw (mgr.14180) 614 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:01.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:00.432325+0000 mgr.smithi131.icwxxw (mgr.14180) 614 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:01.802 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:03.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:01.375926+0000 mgr.smithi131.icwxxw (mgr.14180) 615 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:04:03.127 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:03.128 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:03.150 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:01.375926+0000 mgr.smithi131.icwxxw (mgr.14180) 615 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:04:03.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:03.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:03.123769+0000 mgr.smithi131.icwxxw (mgr.14180) 616 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:04.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:03.123769+0000 mgr.smithi131.icwxxw (mgr.14180) 616 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:04.535 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:04.911 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:03.376593+0000 mgr.smithi131.icwxxw (mgr.14180) 617 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:04:05.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:03.376593+0000 mgr.smithi131.icwxxw (mgr.14180) 617 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:04:05.985 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:05.986 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:06.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:07.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:05.377225+0000 mgr.smithi131.icwxxw (mgr.14180) 618 : 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-21T11:04:07.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:05.981100+0000 mgr.smithi131.icwxxw (mgr.14180) 619 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:07.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:05.377225+0000 mgr.smithi131.icwxxw (mgr.14180) 618 : 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-21T11:04:07.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:05.981100+0000 mgr.smithi131.icwxxw (mgr.14180) 619 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:07.352 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:08.706 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:08.707 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:09.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:07.378013+0000 mgr.smithi131.icwxxw (mgr.14180) 620 : 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-21T11:04:09.056 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:07.378013+0000 mgr.smithi131.icwxxw (mgr.14180) 620 : 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-21T11:04:09.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:10.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:08.703179+0000 mgr.smithi131.icwxxw (mgr.14180) 621 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:10.085 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:10.118 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:08.703179+0000 mgr.smithi131.icwxxw (mgr.14180) 621 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:11.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:09.378720+0000 mgr.smithi131.icwxxw (mgr.14180) 622 : 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-21T11:04:11.070 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:09.378720+0000 mgr.smithi131.icwxxw (mgr.14180) 622 : 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-21T11:04:11.427 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:11.427 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:11.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:12.827 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:13.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:11.379329+0000 mgr.smithi131.icwxxw (mgr.14180) 623 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:04:13.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:11.423658+0000 mgr.smithi131.icwxxw (mgr.14180) 624 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:13.158 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:11.379329+0000 mgr.smithi131.icwxxw (mgr.14180) 623 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:04:13.158 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:11.423658+0000 mgr.smithi131.icwxxw (mgr.14180) 624 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:14.174 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:14.174 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:14.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:14.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:13.379925+0000 mgr.smithi131.icwxxw (mgr.14180) 625 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:04:14.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:14.170362+0000 mgr.smithi131.icwxxw (mgr.14180) 626 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:15.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:13.379925+0000 mgr.smithi131.icwxxw (mgr.14180) 625 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:04:15.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:14.170362+0000 mgr.smithi131.icwxxw (mgr.14180) 626 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:15.526 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:16.886 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:16.886 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:16.915 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:15.380522+0000 mgr.smithi131.icwxxw (mgr.14180) 627 : 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-21T11:04:17.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:15.380522+0000 mgr.smithi131.icwxxw (mgr.14180) 627 : 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-21T11:04:17.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:18.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:16.881848+0000 mgr.smithi131.icwxxw (mgr.14180) 628 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:18.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:16.881848+0000 mgr.smithi131.icwxxw (mgr.14180) 628 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:18.266 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:18.918 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:17.381278+0000 mgr.smithi131.icwxxw (mgr.14180) 629 : 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-21T11:04:19.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:17.381278+0000 mgr.smithi131.icwxxw (mgr.14180) 629 : 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-21T11:04:19.609 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:19.609 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:19.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:20.975 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:21.009 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:19.381785+0000 mgr.smithi131.icwxxw (mgr.14180) 630 : 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-21T11:04:21.009 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:19.605806+0000 mgr.smithi131.icwxxw (mgr.14180) 631 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:21.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:19.381785+0000 mgr.smithi131.icwxxw (mgr.14180) 630 : 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-21T11:04:21.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:19.605806+0000 mgr.smithi131.icwxxw (mgr.14180) 631 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:22.340 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:22.340 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:22.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:22.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:21.382384+0000 mgr.smithi131.icwxxw (mgr.14180) 632 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:04:23.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:21.382384+0000 mgr.smithi131.icwxxw (mgr.14180) 632 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:04:23.724 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:24.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:22.336889+0000 mgr.smithi131.icwxxw (mgr.14180) 633 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:24.066 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:22.336889+0000 mgr.smithi131.icwxxw (mgr.14180) 633 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:25.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:23.383075+0000 mgr.smithi131.icwxxw (mgr.14180) 634 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:04:25.057 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:25.058 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:25.080 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:23.383075+0000 mgr.smithi131.icwxxw (mgr.14180) 634 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:04:25.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:26.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:25.054350+0000 mgr.smithi131.icwxxw (mgr.14180) 635 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:26.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:25.054350+0000 mgr.smithi131.icwxxw (mgr.14180) 635 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:26.432 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:27.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:25.383611+0000 mgr.smithi131.icwxxw (mgr.14180) 636 : 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-21T11:04:27.100 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:25.383611+0000 mgr.smithi131.icwxxw (mgr.14180) 636 : 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-21T11:04:27.794 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:27.794 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:28.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:29.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:27.384405+0000 mgr.smithi131.icwxxw (mgr.14180) 637 : 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-21T11:04:29.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:27.790323+0000 mgr.smithi131.icwxxw (mgr.14180) 638 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:29.156 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:29.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:27.384405+0000 mgr.smithi131.icwxxw (mgr.14180) 637 : 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-21T11:04:29.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:27.790323+0000 mgr.smithi131.icwxxw (mgr.14180) 638 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:30.506 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:30.506 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:30.811 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:29.384903+0000 mgr.smithi131.icwxxw (mgr.14180) 639 : 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-21T11:04:30.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:31.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:29.384903+0000 mgr.smithi131.icwxxw (mgr.14180) 639 : 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-21T11:04:31.889 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:32.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:30.502092+0000 mgr.smithi131.icwxxw (mgr.14180) 640 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:32.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:30.502092+0000 mgr.smithi131.icwxxw (mgr.14180) 640 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:32.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:31.385658+0000 mgr.smithi131.icwxxw (mgr.14180) 641 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:04:33.236 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:33.236 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:33.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:31.385658+0000 mgr.smithi131.icwxxw (mgr.14180) 641 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:04:33.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:34.607 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:34.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:33.233006+0000 mgr.smithi131.icwxxw (mgr.14180) 642 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:34.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:33.386264+0000 mgr.smithi131.icwxxw (mgr.14180) 643 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:04:35.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:33.233006+0000 mgr.smithi131.icwxxw (mgr.14180) 642 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:35.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:33.386264+0000 mgr.smithi131.icwxxw (mgr.14180) 643 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:04:35.930 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:35.931 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:36.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:37.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:35.386958+0000 mgr.smithi131.icwxxw (mgr.14180) 644 : 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-21T11:04:37.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:35.927307+0000 mgr.smithi131.icwxxw (mgr.14180) 645 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:37.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:35.386958+0000 mgr.smithi131.icwxxw (mgr.14180) 644 : 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-21T11:04:37.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:35.927307+0000 mgr.smithi131.icwxxw (mgr.14180) 645 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:37.314 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:38.662 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:38.662 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:39.002 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:37.387772+0000 mgr.smithi131.icwxxw (mgr.14180) 646 : 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-21T11:04:39.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:39.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:37.387772+0000 mgr.smithi131.icwxxw (mgr.14180) 646 : 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-21T11:04:40.046 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:40.080 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:38.658500+0000 mgr.smithi131.icwxxw (mgr.14180) 647 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:40.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:38.658500+0000 mgr.smithi131.icwxxw (mgr.14180) 647 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:41.016 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:39.388309+0000 mgr.smithi131.icwxxw (mgr.14180) 648 : 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-21T11:04:41.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:39.388309+0000 mgr.smithi131.icwxxw (mgr.14180) 648 : 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-21T11:04:41.358 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:41.359 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:41.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:42.754 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:43.088 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:41.355744+0000 mgr.smithi131.icwxxw (mgr.14180) 649 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:43.088 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:41.388966+0000 mgr.smithi131.icwxxw (mgr.14180) 650 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:04:43.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:41.355744+0000 mgr.smithi131.icwxxw (mgr.14180) 649 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:43.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:41.388966+0000 mgr.smithi131.icwxxw (mgr.14180) 650 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:04:44.044 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:44.044 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:44.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:45.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:43.389623+0000 mgr.smithi131.icwxxw (mgr.14180) 651 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:04:45.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:44.040300+0000 mgr.smithi131.icwxxw (mgr.14180) 652 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:45.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:43.389623+0000 mgr.smithi131.icwxxw (mgr.14180) 651 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:04:45.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:44.040300+0000 mgr.smithi131.icwxxw (mgr.14180) 652 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:45.421 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:46.759 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:46.760 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:47.075 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:45.390264+0000 mgr.smithi131.icwxxw (mgr.14180) 653 : 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-21T11:04:47.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:47.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:45.390264+0000 mgr.smithi131.icwxxw (mgr.14180) 653 : 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-21T11:04:48.120 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:48.153 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:46.755810+0000 mgr.smithi131.icwxxw (mgr.14180) 654 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:46.755810+0000 mgr.smithi131.icwxxw (mgr.14180) 654 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:49.123 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:47.391121+0000 mgr.smithi131.icwxxw (mgr.14180) 655 : 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-21T11:04:49.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:47.391121+0000 mgr.smithi131.icwxxw (mgr.14180) 655 : 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-21T11:04:49.478 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:49.479 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:49.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:50.877 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:51.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:49.391638+0000 mgr.smithi131.icwxxw (mgr.14180) 656 : 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-21T11:04:51.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:49.474816+0000 mgr.smithi131.icwxxw (mgr.14180) 657 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:51.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:49.391638+0000 mgr.smithi131.icwxxw (mgr.14180) 656 : 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-21T11:04:51.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:49.474816+0000 mgr.smithi131.icwxxw (mgr.14180) 657 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:52.227 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:52.227 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:52.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:53.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:51.392431+0000 mgr.smithi131.icwxxw (mgr.14180) 658 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:04:53.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:51.392431+0000 mgr.smithi131.icwxxw (mgr.14180) 658 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:04:53.603 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:53.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:52.224113+0000 mgr.smithi131.icwxxw (mgr.14180) 659 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:54.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:52.224113+0000 mgr.smithi131.icwxxw (mgr.14180) 659 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:54.926 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:54.926 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:55.113 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:53.393067+0000 mgr.smithi131.icwxxw (mgr.14180) 660 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:04:55.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:53.393067+0000 mgr.smithi131.icwxxw (mgr.14180) 660 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:04:55.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:56.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:54.922681+0000 mgr.smithi131.icwxxw (mgr.14180) 661 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:56.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:54.922681+0000 mgr.smithi131.icwxxw (mgr.14180) 661 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:56.318 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:56.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:55.393684+0000 mgr.smithi131.icwxxw (mgr.14180) 662 : 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-21T11:04:57.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:55.393684+0000 mgr.smithi131.icwxxw (mgr.14180) 662 : 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-21T11:04:57.711 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:04:57.711 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:04:58.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:04:59.084 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:04:59.113 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:57.394375+0000 mgr.smithi131.icwxxw (mgr.14180) 663 : 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-21T11:04:59.113 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:04:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:04:57.707962+0000 mgr.smithi131.icwxxw (mgr.14180) 664 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:04:59.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:57.394375+0000 mgr.smithi131.icwxxw (mgr.14180) 663 : 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-21T11:04:59.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:04:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:04:57.707962+0000 mgr.smithi131.icwxxw (mgr.14180) 664 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:00.462 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:00.462 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:00.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:01.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:04:59.395066+0000 mgr.smithi131.icwxxw (mgr.14180) 665 : 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-21T11:05:01.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:04:59.395066+0000 mgr.smithi131.icwxxw (mgr.14180) 665 : 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-21T11:05:01.866 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:02.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:00.458659+0000 mgr.smithi131.icwxxw (mgr.14180) 666 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:02.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:00.458659+0000 mgr.smithi131.icwxxw (mgr.14180) 666 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:03.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:01.395919+0000 mgr.smithi131.icwxxw (mgr.14180) 667 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:05:03.191 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:03.191 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:03.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:01.395919+0000 mgr.smithi131.icwxxw (mgr.14180) 667 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:05:03.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:04.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:03.188252+0000 mgr.smithi131.icwxxw (mgr.14180) 668 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:04.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:03.188252+0000 mgr.smithi131.icwxxw (mgr.14180) 668 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:04.602 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:04.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:03.396605+0000 mgr.smithi131.icwxxw (mgr.14180) 669 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:05:05.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:03.396605+0000 mgr.smithi131.icwxxw (mgr.14180) 669 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:05:05.899 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:05.900 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:06.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:07.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:05.397130+0000 mgr.smithi131.icwxxw (mgr.14180) 670 : 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-21T11:05:07.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:05.895792+0000 mgr.smithi131.icwxxw (mgr.14180) 671 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:07.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:05.397130+0000 mgr.smithi131.icwxxw (mgr.14180) 670 : 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-21T11:05:07.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:05.895792+0000 mgr.smithi131.icwxxw (mgr.14180) 671 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:07.299 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:08.709 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:08.709 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:09.014 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:07.397783+0000 mgr.smithi131.icwxxw (mgr.14180) 672 : 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-21T11:05:09.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:09.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:07.397783+0000 mgr.smithi131.icwxxw (mgr.14180) 672 : 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-21T11:05:10.096 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:10.128 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:08.705825+0000 mgr.smithi131.icwxxw (mgr.14180) 673 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:10.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:08.705825+0000 mgr.smithi131.icwxxw (mgr.14180) 673 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:11.069 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:09.398341+0000 mgr.smithi131.icwxxw (mgr.14180) 674 : 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-21T11:05:11.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:09.398341+0000 mgr.smithi131.icwxxw (mgr.14180) 674 : 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-21T11:05:11.422 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:11.423 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:11.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:12.783 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:13.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:11.399009+0000 mgr.smithi131.icwxxw (mgr.14180) 675 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 37 op/s 2024-01-21T11:05:13.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:11.419687+0000 mgr.smithi131.icwxxw (mgr.14180) 676 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:13.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:11.399009+0000 mgr.smithi131.icwxxw (mgr.14180) 675 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 37 op/s 2024-01-21T11:05:13.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:11.419687+0000 mgr.smithi131.icwxxw (mgr.14180) 676 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:14.256 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:14.256 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:14.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:15.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:13.399878+0000 mgr.smithi131.icwxxw (mgr.14180) 677 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 68 op/s 2024-01-21T11:05:15.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:13.399878+0000 mgr.smithi131.icwxxw (mgr.14180) 677 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 68 op/s 2024-01-21T11:05:15.641 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:15.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:14.252889+0000 mgr.smithi131.icwxxw (mgr.14180) 678 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:16.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:14.252889+0000 mgr.smithi131.icwxxw (mgr.14180) 678 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:16.988 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:16.988 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:17.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:15.400645+0000 mgr.smithi131.icwxxw (mgr.14180) 679 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 73 op/s 2024-01-21T11:05:17.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:15.400645+0000 mgr.smithi131.icwxxw (mgr.14180) 679 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 73 op/s 2024-01-21T11:05:17.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:18.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:16.984252+0000 mgr.smithi131.icwxxw (mgr.14180) 680 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:18.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:16.984252+0000 mgr.smithi131.icwxxw (mgr.14180) 680 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:18.407 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:19.083 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:17.401307+0000 mgr.smithi131.icwxxw (mgr.14180) 681 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 73 op/s 2024-01-21T11:05:19.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:17.401307+0000 mgr.smithi131.icwxxw (mgr.14180) 681 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 73 op/s 2024-01-21T11:05:19.772 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:19.773 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:20.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:21.147 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:21.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:19.402120+0000 mgr.smithi131.icwxxw (mgr.14180) 682 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 73 op/s 2024-01-21T11:05:21.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:19.768945+0000 mgr.smithi131.icwxxw (mgr.14180) 683 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:21.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:19.402120+0000 mgr.smithi131.icwxxw (mgr.14180) 682 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 73 op/s 2024-01-21T11:05:21.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:19.768945+0000 mgr.smithi131.icwxxw (mgr.14180) 683 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:22.524 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:22.524 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:22.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:23.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:21.402803+0000 mgr.smithi131.icwxxw (mgr.14180) 684 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 73 op/s 2024-01-21T11:05:23.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:21.402803+0000 mgr.smithi131.icwxxw (mgr.14180) 684 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 73 op/s 2024-01-21T11:05:23.906 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:24.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:22.520299+0000 mgr.smithi131.icwxxw (mgr.14180) 685 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:24.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:22.520299+0000 mgr.smithi131.icwxxw (mgr.14180) 685 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:25.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:23.403482+0000 mgr.smithi131.icwxxw (mgr.14180) 686 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 35 op/s 2024-01-21T11:05:25.257 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:25.257 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:25.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:23.403482+0000 mgr.smithi131.icwxxw (mgr.14180) 686 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 35 op/s 2024-01-21T11:05:25.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:26.689 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:27.015 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:25.254245+0000 mgr.smithi131.icwxxw (mgr.14180) 687 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:27.015 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:25.404175+0000 mgr.smithi131.icwxxw (mgr.14180) 688 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-01-21T11:05:27.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:25.254245+0000 mgr.smithi131.icwxxw (mgr.14180) 687 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:27.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:25.404175+0000 mgr.smithi131.icwxxw (mgr.14180) 688 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-01-21T11:05:28.042 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:28.043 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:28.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:29.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:27.404878+0000 mgr.smithi131.icwxxw (mgr.14180) 689 : 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-21T11:05:29.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:28.039522+0000 mgr.smithi131.icwxxw (mgr.14180) 690 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:29.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:27.404878+0000 mgr.smithi131.icwxxw (mgr.14180) 689 : 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-21T11:05:29.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:28.039522+0000 mgr.smithi131.icwxxw (mgr.14180) 690 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:29.498 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:30.905 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:30.905 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:31.243 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:29.405480+0000 mgr.smithi131.icwxxw (mgr.14180) 691 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:05:31.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:29.405480+0000 mgr.smithi131.icwxxw (mgr.14180) 691 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:05:31.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:32.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:30.901418+0000 mgr.smithi131.icwxxw (mgr.14180) 692 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:32.295 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:32.328 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:30.901418+0000 mgr.smithi131.icwxxw (mgr.14180) 692 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:33.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:31.406228+0000 mgr.smithi131.icwxxw (mgr.14180) 693 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:05:33.290 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:31.406228+0000 mgr.smithi131.icwxxw (mgr.14180) 693 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:05:33.650 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:33.651 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:34.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:35.046 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:35.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:33.406844+0000 mgr.smithi131.icwxxw (mgr.14180) 694 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:05:35.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:33.646189+0000 mgr.smithi131.icwxxw (mgr.14180) 695 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:35.397 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:33.406844+0000 mgr.smithi131.icwxxw (mgr.14180) 694 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:05:35.397 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:33.646189+0000 mgr.smithi131.icwxxw (mgr.14180) 695 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:36.436 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:36.436 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:36.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:37.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:35.407385+0000 mgr.smithi131.icwxxw (mgr.14180) 696 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:05:37.280 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:35.407385+0000 mgr.smithi131.icwxxw (mgr.14180) 696 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:05:37.828 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:38.162 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:36.432541+0000 mgr.smithi131.icwxxw (mgr.14180) 697 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:38.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:36.432541+0000 mgr.smithi131.icwxxw (mgr.14180) 697 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:39.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:37.408117+0000 mgr.smithi131.icwxxw (mgr.14180) 698 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:05:39.284 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:39.284 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:39.305 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:37.408117+0000 mgr.smithi131.icwxxw (mgr.14180) 698 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:05:39.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:40.662 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:41.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:39.280509+0000 mgr.smithi131.icwxxw (mgr.14180) 699 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:41.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:39.408919+0000 mgr.smithi131.icwxxw (mgr.14180) 700 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:05:41.355 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:39.280509+0000 mgr.smithi131.icwxxw (mgr.14180) 699 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:41.355 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:39.408919+0000 mgr.smithi131.icwxxw (mgr.14180) 700 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:05:42.053 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:42.053 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:42.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:43.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:41.409827+0000 mgr.smithi131.icwxxw (mgr.14180) 701 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:05:43.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:42.049517+0000 mgr.smithi131.icwxxw (mgr.14180) 702 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:43.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:41.409827+0000 mgr.smithi131.icwxxw (mgr.14180) 701 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:05:43.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:42.049517+0000 mgr.smithi131.icwxxw (mgr.14180) 702 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:43.436 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:44.803 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:44.803 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:45.141 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:43.410536+0000 mgr.smithi131.icwxxw (mgr.14180) 703 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:05:45.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:45.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:43.410536+0000 mgr.smithi131.icwxxw (mgr.14180) 703 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:05:46.185 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:46.216 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:44.800107+0000 mgr.smithi131.icwxxw (mgr.14180) 704 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:46.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:44.800107+0000 mgr.smithi131.icwxxw (mgr.14180) 704 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:47.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:45.411201+0000 mgr.smithi131.icwxxw (mgr.14180) 705 : cluster [DBG] pgmap v444: 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-21T11:05:47.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:45.411201+0000 mgr.smithi131.icwxxw (mgr.14180) 705 : cluster [DBG] pgmap v444: 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-21T11:05:47.568 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:47.568 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:47.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:48.935 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:49.278 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:47.411905+0000 mgr.smithi131.icwxxw (mgr.14180) 706 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-21T11:05:49.278 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:47.564875+0000 mgr.smithi131.icwxxw (mgr.14180) 707 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:49.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:47.411905+0000 mgr.smithi131.icwxxw (mgr.14180) 706 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-21T11:05:49.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:47.564875+0000 mgr.smithi131.icwxxw (mgr.14180) 707 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:50.325 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:50.325 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:50.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:51.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:49.412425+0000 mgr.smithi131.icwxxw (mgr.14180) 708 : cluster [DBG] pgmap v446: 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-21T11:05:51.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:49.412425+0000 mgr.smithi131.icwxxw (mgr.14180) 708 : cluster [DBG] pgmap v446: 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-21T11:05:51.710 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:52.053 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:50.321966+0000 mgr.smithi131.icwxxw (mgr.14180) 709 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:52.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:50.321966+0000 mgr.smithi131.icwxxw (mgr.14180) 709 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:53.076 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:53.076 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:53.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:51.413438+0000 mgr.smithi131.icwxxw (mgr.14180) 710 : cluster [DBG] pgmap v447: 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-21T11:05:53.286 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:51.413438+0000 mgr.smithi131.icwxxw (mgr.14180) 710 : cluster [DBG] pgmap v447: 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-21T11:05:53.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:54.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:53.072373+0000 mgr.smithi131.icwxxw (mgr.14180) 711 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:54.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:53.072373+0000 mgr.smithi131.icwxxw (mgr.14180) 711 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:54.495 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:55.111 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:53.414084+0000 mgr.smithi131.icwxxw (mgr.14180) 712 : cluster [DBG] pgmap v448: 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-21T11:05:55.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:53.414084+0000 mgr.smithi131.icwxxw (mgr.14180) 712 : cluster [DBG] pgmap v448: 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-21T11:05:55.789 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:55.789 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:56.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:57.225 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:05:57.256 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:55.414772+0000 mgr.smithi131.icwxxw (mgr.14180) 713 : 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-21T11:05:57.256 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:55.785845+0000 mgr.smithi131.icwxxw (mgr.14180) 714 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:57.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:55.414772+0000 mgr.smithi131.icwxxw (mgr.14180) 713 : 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-21T11:05:57.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:55.785845+0000 mgr.smithi131.icwxxw (mgr.14180) 714 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:05:58.539 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:05:58.540 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:05:58.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:05:59.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:05:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:57.415500+0000 mgr.smithi131.icwxxw (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; 3.6 KiB/s rd, 0 B/s wr, 5 op/s 2024-01-21T11:05:59.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:05:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:57.415500+0000 mgr.smithi131.icwxxw (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; 3.6 KiB/s rd, 0 B/s wr, 5 op/s 2024-01-21T11:05:59.966 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:00.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:05:58.535879+0000 mgr.smithi131.icwxxw (mgr.14180) 716 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:00.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:05:58.535879+0000 mgr.smithi131.icwxxw (mgr.14180) 716 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:01.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:05:59.416325+0000 mgr.smithi131.icwxxw (mgr.14180) 717 : cluster [DBG] pgmap v451: 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-21T11:06:01.327 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:01.327 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:01.347 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:05:59.416325+0000 mgr.smithi131.icwxxw (mgr.14180) 717 : cluster [DBG] pgmap v451: 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-21T11:06:01.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:02.753 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:03.124 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:01.323640+0000 mgr.smithi131.icwxxw (mgr.14180) 718 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:03.125 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:01.417021+0000 mgr.smithi131.icwxxw (mgr.14180) 719 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:06:03.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:01.323640+0000 mgr.smithi131.icwxxw (mgr.14180) 718 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:03.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:01.417021+0000 mgr.smithi131.icwxxw (mgr.14180) 719 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:06:04.123 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:04.123 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:04.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:05.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:03.417675+0000 mgr.smithi131.icwxxw (mgr.14180) 720 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:06:05.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:04.120265+0000 mgr.smithi131.icwxxw (mgr.14180) 721 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:05.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:03.417675+0000 mgr.smithi131.icwxxw (mgr.14180) 720 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:06:05.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:04.120265+0000 mgr.smithi131.icwxxw (mgr.14180) 721 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:05.508 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:06.830 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:06.831 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:07.112 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:05.418678+0000 mgr.smithi131.icwxxw (mgr.14180) 722 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:06:07.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:07.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:05.418678+0000 mgr.smithi131.icwxxw (mgr.14180) 722 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:06:08.208 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:08.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:06.826954+0000 mgr.smithi131.icwxxw (mgr.14180) 723 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:08.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:06.826954+0000 mgr.smithi131.icwxxw (mgr.14180) 723 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:09.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:07.419591+0000 mgr.smithi131.icwxxw (mgr.14180) 724 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:06:09.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:07.419591+0000 mgr.smithi131.icwxxw (mgr.14180) 724 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:06:09.567 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:09.567 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:09.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:10.939 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:11.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:09.420101+0000 mgr.smithi131.icwxxw (mgr.14180) 725 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:06:11.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:09.563634+0000 mgr.smithi131.icwxxw (mgr.14180) 726 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:11.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:09.420101+0000 mgr.smithi131.icwxxw (mgr.14180) 725 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:06:11.284 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:09.563634+0000 mgr.smithi131.icwxxw (mgr.14180) 726 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:12.296 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:12.297 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:10.315111Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:57:33.587495Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.uagvpq on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-uagvpq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.uagvpq\nDeploy daemon haproxy.nfs.foo.smithi187.uagvpq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:55:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T10:56:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.912586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.dgkgww on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-dgkgww\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.dgkgww\nDeploy daemon haproxy.nfs.foo.smithi131.dgkgww ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T10:58:16Z\" 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-21T10:58: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-21T10:59: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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:00:08.916983Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.smenzt on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:10.315282Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:10.315356Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:10.315420Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:10.315496Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:10.315744Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:12.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:13.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:11.420722+0000 mgr.smithi131.icwxxw (mgr.14180) 727 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:06:13.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:12.593612+0000 mon.smithi131 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.hdmaim"}]: dispatch 2024-01-21T11:06:13.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:12.600332+0000 mon.smithi131 (mon.0) 677 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:06:13.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:12.838575+0000 mon.smithi131 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:13.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:12.845735+0000 mon.smithi131 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:13.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:11.420722+0000 mgr.smithi131.icwxxw (mgr.14180) 727 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:06:13.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:12.593612+0000 mon.smithi131 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.hdmaim"}]: dispatch 2024-01-21T11:06:13.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:12.600332+0000 mon.smithi131 (mon.0) 677 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:06:13.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:12.838575+0000 mon.smithi131 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:13.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:12.845735+0000 mon.smithi131 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:13.674 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:14.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:12.293140+0000 mgr.smithi131.icwxxw (mgr.14180) 728 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:14.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:06:12.593069+0000 mgr.smithi131.icwxxw (mgr.14180) 729 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim 2024-01-21T11:06:14.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim 2024-01-21T11:06:14.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim 2024-01-21T11:06:14.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim 2024-01-21T11:06:14.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi131.hdmaim ... 2024-01-21T11:06:14.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:06:14.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:06:14.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:03:49Z" 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-21T11:06:14.039 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:04:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:06:14.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:05:35Z" level=warning msg="Failed, retrying in 1s ... (3/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-21T11:06:14.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:06:14.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:06:14.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Traceback (most recent call last): 2024-01-21T11:06:14.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:06:14.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: yield (conn, connr) 2024-01-21T11:06:14.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:06:14.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: code, '\n'.join(err))) 2024-01-21T11:06:14.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim 2024-01-21T11:06:14.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim 2024-01-21T11:06:14.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim 2024-01-21T11:06:14.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim 2024-01-21T11:06:14.040 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi131.hdmaim ... 2024-01-21T11:06:14.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:06:14.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:06:14.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:03:49Z" 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-21T11:06:14.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:04:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:06:14.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:05:35Z" level=warning msg="Failed, retrying in 1s ... (3/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-21T11:06:14.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:06:14.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:06:14.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:06:12.593232+0000 mgr.smithi131.icwxxw (mgr.14180) 730 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.hdmaim 2024-01-21T11:06:14.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:06:12.594206+0000 mgr.smithi131.icwxxw (mgr.14180) 731 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim 2024-01-21T11:06:14.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim 2024-01-21T11:06:14.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim 2024-01-21T11:06:14.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim 2024-01-21T11:06:14.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi131.hdmaim ... 2024-01-21T11:06:14.041 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:06:14.042 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:06:14.042 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:03:49Z" 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-21T11:06:14.042 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:04:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:06:14.042 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:05:35Z" level=warning msg="Failed, retrying in 1s ... (3/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-21T11:06:14.042 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:06:14.042 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:06:14.042 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:06:12.595361+0000 mgr.smithi131.icwxxw (mgr.14180) 732 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:06:14.042 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:06:12.596315+0000 mgr.smithi131.icwxxw (mgr.14180) 733 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:06:14.042 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:12.597185+0000 mgr.smithi131.icwxxw (mgr.14180) 734 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-01-21T11:06:14.042 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:13.026455+0000 mon.smithi131 (mon.0) 680 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:06:14.042 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:13.488262+0000 mon.smithi131 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:14.384 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:12.293140+0000 mgr.smithi131.icwxxw (mgr.14180) 728 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:14.384 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:06:12.593069+0000 mgr.smithi131.icwxxw (mgr.14180) 729 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim 2024-01-21T11:06:14.384 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim 2024-01-21T11:06:14.384 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim 2024-01-21T11:06:14.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim 2024-01-21T11:06:14.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi131.hdmaim ... 2024-01-21T11:06:14.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:06:14.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:06:14.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:03:49Z" 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-21T11:06:14.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:04:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:06:14.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:05:35Z" level=warning msg="Failed, retrying in 1s ... (3/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-21T11:06:14.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:06:14.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:06:14.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Traceback (most recent call last): 2024-01-21T11:06:14.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:06:14.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: yield (conn, connr) 2024-01-21T11:06:14.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:06:14.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: code, '\n'.join(err))) 2024-01-21T11:06:14.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim 2024-01-21T11:06:14.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim 2024-01-21T11:06:14.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim 2024-01-21T11:06:14.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim 2024-01-21T11:06:14.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi131.hdmaim ... 2024-01-21T11:06:14.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:06:14.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:06:14.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:03:49Z" 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-21T11:06:14.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:04:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:06:14.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:05:35Z" level=warning msg="Failed, retrying in 1s ... (3/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-21T11:06:14.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:06:14.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:06:14.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:06:12.593232+0000 mgr.smithi131.icwxxw (mgr.14180) 730 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.hdmaim 2024-01-21T11:06:14.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:06:12.594206+0000 mgr.smithi131.icwxxw (mgr.14180) 731 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim 2024-01-21T11:06:14.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim 2024-01-21T11:06:14.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim 2024-01-21T11:06:14.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim 2024-01-21T11:06:14.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi131.hdmaim ... 2024-01-21T11:06:14.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:06:14.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:06:14.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:03:49Z" 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-21T11:06:14.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:04:27Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:06:14.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:05:35Z" level=warning msg="Failed, retrying in 1s ... (3/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-21T11:06:14.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:06:14.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:06:14.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:06:12.595361+0000 mgr.smithi131.icwxxw (mgr.14180) 732 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:06:14.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:06:12.596315+0000 mgr.smithi131.icwxxw (mgr.14180) 733 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:06:14.388 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:12.597185+0000 mgr.smithi131.icwxxw (mgr.14180) 734 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-01-21T11:06:14.388 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:13.026455+0000 mon.smithi131 (mon.0) 680 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:06:14.388 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:13.488262+0000 mon.smithi131 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:15.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:14.301171+0000 mon.smithi131 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:15.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:14.586145+0000 mon.smithi131 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:15.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:14.586860+0000 mon.smithi131 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:15.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:14.587379+0000 mon.smithi131 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:15.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:14.587910+0000 mon.smithi131 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:15.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:06:14.588315+0000 mgr.smithi131.icwxxw (mgr.14180) 735 : cephadm [INF] Adjusting osd_memory_target on smithi187 to 3734M 2024-01-21T11:06:15.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:14.592582+0000 mon.smithi131 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:15.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:14.597858+0000 mgr.smithi131.icwxxw (mgr.14180) 736 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-21T11:06:15.476 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:15.476 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:00:12.697943Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:00:12.698005Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:00:12.698065Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:00:12.697874Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:00:12.697723Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:00:12.698529Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:00:12.698124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:00:12.698239Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:00:12.698182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:00:12.698471Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:15.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:14.301171+0000 mon.smithi131 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:15.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:14.586145+0000 mon.smithi131 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:15.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:14.586860+0000 mon.smithi131 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:15.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:14.587379+0000 mon.smithi131 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:15.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:14.587910+0000 mon.smithi131 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:15.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:06:14.588315+0000 mgr.smithi131.icwxxw (mgr.14180) 735 : cephadm [INF] Adjusting osd_memory_target on smithi187 to 3734M 2024-01-21T11:06:15.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:14.592582+0000 mon.smithi131 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:15.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:14.597858+0000 mgr.smithi131.icwxxw (mgr.14180) 736 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-21T11:06:15.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:16.890 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:16.920 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:15.473258+0000 mgr.smithi131.icwxxw (mgr.14180) 737 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:17.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:15.473258+0000 mgr.smithi131.icwxxw (mgr.14180) 737 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:17.866 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:16.598713+0000 mgr.smithi131.icwxxw (mgr.14180) 738 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-21T11:06:17.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:16.600225+0000 mon.smithi131 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:17.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:16.878767+0000 mon.smithi131 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:17.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:16.879435+0000 mon.smithi131 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:17.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:16.879942+0000 mon.smithi131 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:17.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:16.880425+0000 mon.smithi131 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:17.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:06:16.880816+0000 mgr.smithi131.icwxxw (mgr.14180) 739 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 2710M 2024-01-21T11:06:17.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:16.884905+0000 mon.smithi131 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:17.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:16.885622+0000 mon.smithi131 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:06:17.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:16.886136+0000 mon.smithi131 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:06:17.883 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:06:16.889240+0000 mgr.smithi131.icwxxw (mgr.14180) 740 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T11:06:17.884 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:17.052908+0000 mon.smithi131 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:17.884 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:17.053590+0000 mgr.smithi131.icwxxw (mgr.14180) 741 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 B/s rd, 0 op/s 2024-01-21T11:06:17.884 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:17.057246+0000 mon.smithi131 (mon.0) 697 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:06:17.884 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:17.064617+0000 mon.smithi131 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:17.884 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:06:17.066864+0000 mgr.smithi131.icwxxw (mgr.14180) 742 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.xxtklt on smithi187 2024-01-21T11:06:17.884 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:17.501483+0000 mon.smithi131 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:18.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:16.598713+0000 mgr.smithi131.icwxxw (mgr.14180) 738 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-21T11:06:18.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:16.600225+0000 mon.smithi131 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:18.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:16.878767+0000 mon.smithi131 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:18.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:16.879435+0000 mon.smithi131 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:18.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:16.879942+0000 mon.smithi131 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:18.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:16.880425+0000 mon.smithi131 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:06:18.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:06:16.880816+0000 mgr.smithi131.icwxxw (mgr.14180) 739 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 2710M 2024-01-21T11:06:18.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:16.884905+0000 mon.smithi131 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:18.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:16.885622+0000 mon.smithi131 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:06:18.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:16.886136+0000 mon.smithi131 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:06:18.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:06:16.889240+0000 mgr.smithi131.icwxxw (mgr.14180) 740 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T11:06:18.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:17.052908+0000 mon.smithi131 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:18.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:17.053590+0000 mgr.smithi131.icwxxw (mgr.14180) 741 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 B/s rd, 0 op/s 2024-01-21T11:06:18.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:17.057246+0000 mon.smithi131 (mon.0) 697 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:06:18.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:17.064617+0000 mon.smithi131 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:18.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:06:17.066864+0000 mgr.smithi131.icwxxw (mgr.14180) 742 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.xxtklt on smithi187 2024-01-21T11:06:18.032 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:17.501483+0000 mon.smithi131 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:18.215 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:18.215 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:18.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:18.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:17.599279+0000 mon.smithi131 (mon.0) 700 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:06:18.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:17.599311+0000 mon.smithi131 (mon.0) 701 : cluster [INF] Cluster is now healthy 2024-01-21T11:06:18.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:18.211403+0000 mgr.smithi131.icwxxw (mgr.14180) 743 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:19.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:17.599279+0000 mon.smithi131 (mon.0) 700 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:06:19.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:17.599311+0000 mon.smithi131 (mon.0) 701 : cluster [INF] Cluster is now healthy 2024-01-21T11:06:19.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:18.211403+0000 mgr.smithi131.icwxxw (mgr.14180) 743 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:19.588 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:19.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:19.054245+0000 mgr.smithi131.icwxxw (mgr.14180) 744 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 B/s rd, 0 op/s 2024-01-21T11:06:20.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:19.054245+0000 mgr.smithi131.icwxxw (mgr.14180) 744 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 B/s rd, 0 op/s 2024-01-21T11:06:21.034 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:21.035 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:21.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:22.421 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:22.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:21.031285+0000 mgr.smithi131.icwxxw (mgr.14180) 745 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:22.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:21.054953+0000 mgr.smithi131.icwxxw (mgr.14180) 746 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-01-21T11:06:22.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:21.031285+0000 mgr.smithi131.icwxxw (mgr.14180) 745 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:22.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:21.054953+0000 mgr.smithi131.icwxxw (mgr.14180) 746 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-01-21T11:06:23.758 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:23.758 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:24.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:24.381 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:23.055743+0000 mgr.smithi131.icwxxw (mgr.14180) 747 : cluster [DBG] pgmap v464: 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-21T11:06:24.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:23.055743+0000 mgr.smithi131.icwxxw (mgr.14180) 747 : cluster [DBG] pgmap v464: 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-21T11:06:25.130 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:25.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:23.754467+0000 mgr.smithi131.icwxxw (mgr.14180) 748 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:25.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:23.754467+0000 mgr.smithi131.icwxxw (mgr.14180) 748 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:26.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:25.056503+0000 mgr.smithi131.icwxxw (mgr.14180) 749 : cluster [DBG] pgmap v465: 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-21T11:06:26.486 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:26.487 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:26.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:25.056503+0000 mgr.smithi131.icwxxw (mgr.14180) 749 : cluster [DBG] pgmap v465: 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-21T11:06:26.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:27.879 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:28.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:26.483030+0000 mgr.smithi131.icwxxw (mgr.14180) 750 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:28.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:27.057322+0000 mgr.smithi131.icwxxw (mgr.14180) 751 : cluster [DBG] pgmap v466: 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-21T11:06:28.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:26.483030+0000 mgr.smithi131.icwxxw (mgr.14180) 750 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:28.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:27.057322+0000 mgr.smithi131.icwxxw (mgr.14180) 751 : cluster [DBG] pgmap v466: 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-21T11:06:29.253 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:29.253 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:29.609 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:28.486387+0000 mon.smithi131 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:29.609 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:29.057856+0000 mgr.smithi131.icwxxw (mgr.14180) 752 : cluster [DBG] pgmap v467: 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-21T11:06:29.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:29.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:28.486387+0000 mon.smithi131 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:06:29.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:29.057856+0000 mgr.smithi131.icwxxw (mgr.14180) 752 : cluster [DBG] pgmap v467: 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-21T11:06:30.637 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:30.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:29.250265+0000 mgr.smithi131.icwxxw (mgr.14180) 753 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:30.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:29.250265+0000 mgr.smithi131.icwxxw (mgr.14180) 753 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:31.630 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:31.058479+0000 mgr.smithi131.icwxxw (mgr.14180) 754 : cluster [DBG] pgmap v468: 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-21T11:06:31.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:31.058479+0000 mgr.smithi131.icwxxw (mgr.14180) 754 : cluster [DBG] pgmap v468: 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-21T11:06:31.969 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:31.969 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:32.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:33.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:31.965914+0000 mgr.smithi131.icwxxw (mgr.14180) 755 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:33.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:31.965914+0000 mgr.smithi131.icwxxw (mgr.14180) 755 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:33.328 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:33.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:33.059149+0000 mgr.smithi131.icwxxw (mgr.14180) 756 : cluster [DBG] pgmap v469: 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-21T11:06:34.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:33.059149+0000 mgr.smithi131.icwxxw (mgr.14180) 756 : cluster [DBG] pgmap v469: 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-21T11:06:34.695 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:34.695 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:35.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:36.078 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:36.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:34.691446+0000 mgr.smithi131.icwxxw (mgr.14180) 757 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:36.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:35.059753+0000 mgr.smithi131.icwxxw (mgr.14180) 758 : 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-21T11:06:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:34.691446+0000 mgr.smithi131.icwxxw (mgr.14180) 757 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:35.059753+0000 mgr.smithi131.icwxxw (mgr.14180) 758 : 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-21T11:06:37.393 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:37.393 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:37.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:38.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:37.060402+0000 mgr.smithi131.icwxxw (mgr.14180) 759 : 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-21T11:06:38.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:37.060402+0000 mgr.smithi131.icwxxw (mgr.14180) 759 : 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-21T11:06:38.762 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:39.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:37.389960+0000 mgr.smithi131.icwxxw (mgr.14180) 760 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:39.095 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:37.389960+0000 mgr.smithi131.icwxxw (mgr.14180) 760 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:40.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:39.061020+0000 mgr.smithi131.icwxxw (mgr.14180) 761 : 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-21T11:06:40.095 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:40.095 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:40.118 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:39.061020+0000 mgr.smithi131.icwxxw (mgr.14180) 761 : 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-21T11:06:40.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:41.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:40.091669+0000 mgr.smithi131.icwxxw (mgr.14180) 762 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:41.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:40.091669+0000 mgr.smithi131.icwxxw (mgr.14180) 762 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:41.468 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:42.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:41.061936+0000 mgr.smithi131.icwxxw (mgr.14180) 763 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:06:42.162 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:41.061936+0000 mgr.smithi131.icwxxw (mgr.14180) 763 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:06:42.865 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:42.865 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:43.242 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:44.243 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:44.381 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:42.862095+0000 mgr.smithi131.icwxxw (mgr.14180) 764 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:44.381 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:43.062488+0000 mgr.smithi131.icwxxw (mgr.14180) 765 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:06:44.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:42.862095+0000 mgr.smithi131.icwxxw (mgr.14180) 764 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:44.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:43.062488+0000 mgr.smithi131.icwxxw (mgr.14180) 765 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:06:45.567 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:45.567 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:45.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:46.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:45.063002+0000 mgr.smithi131.icwxxw (mgr.14180) 766 : 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-21T11:06:46.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:45.063002+0000 mgr.smithi131.icwxxw (mgr.14180) 766 : 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-21T11:06:46.961 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:47.285 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:45.563697+0000 mgr.smithi131.icwxxw (mgr.14180) 767 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:47.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:45.563697+0000 mgr.smithi131.icwxxw (mgr.14180) 767 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:48.309 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:48.309 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:48.336 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:47.063852+0000 mgr.smithi131.icwxxw (mgr.14180) 768 : 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-21T11:06:48.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:47.063852+0000 mgr.smithi131.icwxxw (mgr.14180) 768 : 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-21T11:06:48.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:49.731 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:50.360 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:48.305958+0000 mgr.smithi131.icwxxw (mgr.14180) 769 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:50.361 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:49.064355+0000 mgr.smithi131.icwxxw (mgr.14180) 770 : 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-21T11:06:50.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:48.305958+0000 mgr.smithi131.icwxxw (mgr.14180) 769 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:50.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:49.064355+0000 mgr.smithi131.icwxxw (mgr.14180) 770 : 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-21T11:06:51.040 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:51.040 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:51.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:52.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:51.036643+0000 mgr.smithi131.icwxxw (mgr.14180) 771 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:52.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:51.065096+0000 mgr.smithi131.icwxxw (mgr.14180) 772 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:06:52.439 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:52.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:51.036643+0000 mgr.smithi131.icwxxw (mgr.14180) 771 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:52.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:51.065096+0000 mgr.smithi131.icwxxw (mgr.14180) 772 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:06:53.762 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:53.763 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:54.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:54.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:53.065744+0000 mgr.smithi131.icwxxw (mgr.14180) 773 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:06:54.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:53.065744+0000 mgr.smithi131.icwxxw (mgr.14180) 773 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:06:55.132 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:55.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:53.759153+0000 mgr.smithi131.icwxxw (mgr.14180) 774 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:55.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:53.759153+0000 mgr.smithi131.icwxxw (mgr.14180) 774 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:56.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:55.066431+0000 mgr.smithi131.icwxxw (mgr.14180) 775 : 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-21T11:06:56.489 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:56.489 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:56.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:55.066431+0000 mgr.smithi131.icwxxw (mgr.14180) 775 : 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-21T11:06:56.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:06:57.893 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:06:58.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:56.485767+0000 mgr.smithi131.icwxxw (mgr.14180) 776 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:58.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:06:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:57.067269+0000 mgr.smithi131.icwxxw (mgr.14180) 777 : 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-21T11:06:58.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:56.485767+0000 mgr.smithi131.icwxxw (mgr.14180) 776 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:06:58.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:06:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:57.067269+0000 mgr.smithi131.icwxxw (mgr.14180) 777 : 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-21T11:06:59.215 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:06:59.216 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:06:59.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:00.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:06:59.067811+0000 mgr.smithi131.icwxxw (mgr.14180) 778 : 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-21T11:07:00.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:06:59.211003+0000 mgr.smithi131.icwxxw (mgr.14180) 779 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:06:59.067811+0000 mgr.smithi131.icwxxw (mgr.14180) 778 : 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-21T11:07:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:06:59.211003+0000 mgr.smithi131.icwxxw (mgr.14180) 779 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:00.575 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:01.881 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:01.881 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:02.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:01.068432+0000 mgr.smithi131.icwxxw (mgr.14180) 780 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:07:02.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:02.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:01.068432+0000 mgr.smithi131.icwxxw (mgr.14180) 780 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:07:03.257 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:03.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:01.876618+0000 mgr.smithi131.icwxxw (mgr.14180) 781 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:03.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:01.876618+0000 mgr.smithi131.icwxxw (mgr.14180) 781 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:04.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:03.069244+0000 mgr.smithi131.icwxxw (mgr.14180) 782 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:07:04.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:03.069244+0000 mgr.smithi131.icwxxw (mgr.14180) 782 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:07:04.655 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:04.655 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:05.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:06.060 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:06.416 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:04.651739+0000 mgr.smithi131.icwxxw (mgr.14180) 783 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:06.416 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:05.069914+0000 mgr.smithi131.icwxxw (mgr.14180) 784 : 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-21T11:07:06.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:04.651739+0000 mgr.smithi131.icwxxw (mgr.14180) 783 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:06.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:05.069914+0000 mgr.smithi131.icwxxw (mgr.14180) 784 : 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-21T11:07:07.396 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:07.396 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:07.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:07.070599+0000 mgr.smithi131.icwxxw (mgr.14180) 785 : 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-21T11:07:08.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:07.070599+0000 mgr.smithi131.icwxxw (mgr.14180) 785 : 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-21T11:07:08.839 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:09.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:07.392711+0000 mgr.smithi131.icwxxw (mgr.14180) 786 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:09.165 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:07.392711+0000 mgr.smithi131.icwxxw (mgr.14180) 786 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:10.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:09.071307+0000 mgr.smithi131.icwxxw (mgr.14180) 787 : 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-21T11:07:10.128 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:10.128 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:10.151 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:09.071307+0000 mgr.smithi131.icwxxw (mgr.14180) 787 : 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-21T11:07:10.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:11.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:10.124675+0000 mgr.smithi131.icwxxw (mgr.14180) 788 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:11.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:10.124675+0000 mgr.smithi131.icwxxw (mgr.14180) 788 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:11.555 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:11.881 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:11.072010+0000 mgr.smithi131.icwxxw (mgr.14180) 789 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:07:12.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:11.072010+0000 mgr.smithi131.icwxxw (mgr.14180) 789 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:07:12.892 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:12.893 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:13.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:14.297 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:14.381 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:12.889024+0000 mgr.smithi131.icwxxw (mgr.14180) 790 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:14.381 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:13.072628+0000 mgr.smithi131.icwxxw (mgr.14180) 791 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:07:14.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:12.889024+0000 mgr.smithi131.icwxxw (mgr.14180) 790 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:14.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:13.072628+0000 mgr.smithi131.icwxxw (mgr.14180) 791 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:07:15.663 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:15.664 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:16.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:16.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:15.073155+0000 mgr.smithi131.icwxxw (mgr.14180) 792 : 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-21T11:07:16.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:15.073155+0000 mgr.smithi131.icwxxw (mgr.14180) 792 : 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-21T11:07:17.047 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:17.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:15.660538+0000 mgr.smithi131.icwxxw (mgr.14180) 793 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:17.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:15.660538+0000 mgr.smithi131.icwxxw (mgr.14180) 793 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:18.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:17.073975+0000 mgr.smithi131.icwxxw (mgr.14180) 794 : 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-21T11:07:18.435 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:18.435 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:18.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:17.073975+0000 mgr.smithi131.icwxxw (mgr.14180) 794 : 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-21T11:07:18.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:19.803 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:20.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:18.432025+0000 mgr.smithi131.icwxxw (mgr.14180) 795 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:20.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:19.074771+0000 mgr.smithi131.icwxxw (mgr.14180) 796 : 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-21T11:07:20.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:18.432025+0000 mgr.smithi131.icwxxw (mgr.14180) 795 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:20.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:19.074771+0000 mgr.smithi131.icwxxw (mgr.14180) 796 : 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-21T11:07:21.232 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:21.232 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:21.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:22.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:21.075441+0000 mgr.smithi131.icwxxw (mgr.14180) 797 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:07:22.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:21.075441+0000 mgr.smithi131.icwxxw (mgr.14180) 797 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:07:22.602 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:23.281 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:21.228798+0000 mgr.smithi131.icwxxw (mgr.14180) 798 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:23.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:21.228798+0000 mgr.smithi131.icwxxw (mgr.14180) 798 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:23.976 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:23.976 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:24.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:23.075993+0000 mgr.smithi131.icwxxw (mgr.14180) 799 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:07:24.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:24.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:23.075993+0000 mgr.smithi131.icwxxw (mgr.14180) 799 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:07:25.352 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:25.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:23.973070+0000 mgr.smithi131.icwxxw (mgr.14180) 800 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:25.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:23.973070+0000 mgr.smithi131.icwxxw (mgr.14180) 800 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:26.348 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:25.076647+0000 mgr.smithi131.icwxxw (mgr.14180) 801 : 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-21T11:07:26.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:25.076647+0000 mgr.smithi131.icwxxw (mgr.14180) 801 : 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-21T11:07:26.712 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:26.713 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:27.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:28.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:26.709486+0000 mgr.smithi131.icwxxw (mgr.14180) 802 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:28.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:27.077338+0000 mgr.smithi131.icwxxw (mgr.14180) 803 : 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-21T11:07:28.086 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:28.119 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:26.709486+0000 mgr.smithi131.icwxxw (mgr.14180) 802 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:28.119 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:27.077338+0000 mgr.smithi131.icwxxw (mgr.14180) 803 : 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-21T11:07:29.418 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:29.418 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:29.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:30.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:29.078014+0000 mgr.smithi131.icwxxw (mgr.14180) 804 : 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-21T11:07:30.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:29.078014+0000 mgr.smithi131.icwxxw (mgr.14180) 804 : 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-21T11:07:30.794 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:31.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:29.414589+0000 mgr.smithi131.icwxxw (mgr.14180) 805 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:31.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:29.414589+0000 mgr.smithi131.icwxxw (mgr.14180) 805 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:32.148 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:32.148 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:32.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:31.078647+0000 mgr.smithi131.icwxxw (mgr.14180) 806 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:07:32.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:32.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:31.078647+0000 mgr.smithi131.icwxxw (mgr.14180) 806 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:07:33.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:32.144576+0000 mgr.smithi131.icwxxw (mgr.14180) 807 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:33.528 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:33.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:32.144576+0000 mgr.smithi131.icwxxw (mgr.14180) 807 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:34.403 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:33.079426+0000 mgr.smithi131.icwxxw (mgr.14180) 808 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:07:34.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:33.079426+0000 mgr.smithi131.icwxxw (mgr.14180) 808 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:07:34.893 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:34.894 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:35.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:36.261 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:36.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:34.890382+0000 mgr.smithi131.icwxxw (mgr.14180) 809 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:36.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:35.079976+0000 mgr.smithi131.icwxxw (mgr.14180) 810 : 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-21T11:07:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:34.890382+0000 mgr.smithi131.icwxxw (mgr.14180) 809 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:35.079976+0000 mgr.smithi131.icwxxw (mgr.14180) 810 : 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-21T11:07:37.660 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:37.661 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:37.989 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:37.080757+0000 mgr.smithi131.icwxxw (mgr.14180) 811 : 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-21T11:07:38.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:37.080757+0000 mgr.smithi131.icwxxw (mgr.14180) 811 : 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-21T11:07:38.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:39.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:37.657250+0000 mgr.smithi131.icwxxw (mgr.14180) 812 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:39.043 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:39.087 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:37.657250+0000 mgr.smithi131.icwxxw (mgr.14180) 812 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:40.004 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:39.081342+0000 mgr.smithi131.icwxxw (mgr.14180) 813 : 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-21T11:07:40.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:39.081342+0000 mgr.smithi131.icwxxw (mgr.14180) 813 : 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-21T11:07:40.356 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:40.356 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:40.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:41.750 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:40.352012+0000 mgr.smithi131.icwxxw (mgr.14180) 814 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:41.082083+0000 mgr.smithi131.icwxxw (mgr.14180) 815 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:07:42.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:40.352012+0000 mgr.smithi131.icwxxw (mgr.14180) 814 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:42.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:41.082083+0000 mgr.smithi131.icwxxw (mgr.14180) 815 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:07:43.105 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:43.106 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:43.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:44.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:43.082714+0000 mgr.smithi131.icwxxw (mgr.14180) 816 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:07:44.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:43.102631+0000 mgr.smithi131.icwxxw (mgr.14180) 817 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:44.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:43.082714+0000 mgr.smithi131.icwxxw (mgr.14180) 816 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:07:44.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:43.102631+0000 mgr.smithi131.icwxxw (mgr.14180) 817 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:44.534 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:45.851 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:45.851 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:46.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:46.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:45.083301+0000 mgr.smithi131.icwxxw (mgr.14180) 818 : 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-21T11:07:46.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:45.083301+0000 mgr.smithi131.icwxxw (mgr.14180) 818 : 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-21T11:07:47.283 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:47.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:45.847167+0000 mgr.smithi131.icwxxw (mgr.14180) 819 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:47.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:45.847167+0000 mgr.smithi131.icwxxw (mgr.14180) 819 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:48.337 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:47.084239+0000 mgr.smithi131.icwxxw (mgr.14180) 820 : 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-21T11:07:48.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:47.084239+0000 mgr.smithi131.icwxxw (mgr.14180) 820 : 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-21T11:07:48.699 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:48.699 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:49.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:50.075 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:50.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:48.695302+0000 mgr.smithi131.icwxxw (mgr.14180) 821 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:50.427 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:49.084794+0000 mgr.smithi131.icwxxw (mgr.14180) 822 : 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-21T11:07:50.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:48.695302+0000 mgr.smithi131.icwxxw (mgr.14180) 821 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:50.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:49.084794+0000 mgr.smithi131.icwxxw (mgr.14180) 822 : 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-21T11:07:51.470 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:51.471 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:51.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:52.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:51.085453+0000 mgr.smithi131.icwxxw (mgr.14180) 823 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:07:52.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:51.085453+0000 mgr.smithi131.icwxxw (mgr.14180) 823 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:07:52.851 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:53.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:51.467523+0000 mgr.smithi131.icwxxw (mgr.14180) 824 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:53.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:51.467523+0000 mgr.smithi131.icwxxw (mgr.14180) 824 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:54.198 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:54.198 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:54.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:53.086082+0000 mgr.smithi131.icwxxw (mgr.14180) 825 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:07:54.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:53.086082+0000 mgr.smithi131.icwxxw (mgr.14180) 825 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:07:54.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:55.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:54.195185+0000 mgr.smithi131.icwxxw (mgr.14180) 826 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:55.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:54.195185+0000 mgr.smithi131.icwxxw (mgr.14180) 826 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:55.574 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:56.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:55.086777+0000 mgr.smithi131.icwxxw (mgr.14180) 827 : 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-21T11:07:56.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:55.086777+0000 mgr.smithi131.icwxxw (mgr.14180) 827 : 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-21T11:07:56.929 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:56.930 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:07:57.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:07:58.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:56.926657+0000 mgr.smithi131.icwxxw (mgr.14180) 828 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:58.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:07:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:57.087697+0000 mgr.smithi131.icwxxw (mgr.14180) 829 : 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-21T11:07:58.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:56.926657+0000 mgr.smithi131.icwxxw (mgr.14180) 828 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:07:58.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:07:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:57.087697+0000 mgr.smithi131.icwxxw (mgr.14180) 829 : 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-21T11:07:58.314 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:07:59.653 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:07:59.653 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:00.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:00.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:07:59.088413+0000 mgr.smithi131.icwxxw (mgr.14180) 830 : 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-21T11:08:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:07:59.088413+0000 mgr.smithi131.icwxxw (mgr.14180) 830 : 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-21T11:08:01.039 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:01.373 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:07:59.649230+0000 mgr.smithi131.icwxxw (mgr.14180) 831 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:01.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:07:59.649230+0000 mgr.smithi131.icwxxw (mgr.14180) 831 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:02.409 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:02.409 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:02.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:01.089139+0000 mgr.smithi131.icwxxw (mgr.14180) 832 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:08:02.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:01.089139+0000 mgr.smithi131.icwxxw (mgr.14180) 832 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:08:02.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:03.782 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:04.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:02.405901+0000 mgr.smithi131.icwxxw (mgr.14180) 833 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:04.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:03.089785+0000 mgr.smithi131.icwxxw (mgr.14180) 834 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:08:04.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:02.405901+0000 mgr.smithi131.icwxxw (mgr.14180) 833 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:04.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:03.089785+0000 mgr.smithi131.icwxxw (mgr.14180) 834 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:08:05.137 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:05.137 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:05.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:06.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:05.090403+0000 mgr.smithi131.icwxxw (mgr.14180) 835 : 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-21T11:08:06.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:05.132942+0000 mgr.smithi131.icwxxw (mgr.14180) 836 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:06.515 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:06.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:05.090403+0000 mgr.smithi131.icwxxw (mgr.14180) 835 : 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-21T11:08:06.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:05.132942+0000 mgr.smithi131.icwxxw (mgr.14180) 836 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:07.875 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:07.876 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:08.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:07.091314+0000 mgr.smithi131.icwxxw (mgr.14180) 837 : 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-21T11:08:08.065 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:07.091314+0000 mgr.smithi131.icwxxw (mgr.14180) 837 : 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-21T11:08:08.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:09.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:07.872017+0000 mgr.smithi131.icwxxw (mgr.14180) 838 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:09.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:07.872017+0000 mgr.smithi131.icwxxw (mgr.14180) 838 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:09.255 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:09.923 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:09.092179+0000 mgr.smithi131.icwxxw (mgr.14180) 839 : 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-21T11:08:10.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:09.092179+0000 mgr.smithi131.icwxxw (mgr.14180) 839 : 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-21T11:08:10.603 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:10.603 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:10.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:11.980 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:12.313 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:10.600276+0000 mgr.smithi131.icwxxw (mgr.14180) 840 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:12.313 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:11.092860+0000 mgr.smithi131.icwxxw (mgr.14180) 841 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:08:12.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:10.600276+0000 mgr.smithi131.icwxxw (mgr.14180) 840 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:12.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:11.092860+0000 mgr.smithi131.icwxxw (mgr.14180) 841 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:08:13.379 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:13.379 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:13.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:14.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:13.093533+0000 mgr.smithi131.icwxxw (mgr.14180) 842 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:08:14.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:13.093533+0000 mgr.smithi131.icwxxw (mgr.14180) 842 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:08:14.793 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:15.397 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:13.375952+0000 mgr.smithi131.icwxxw (mgr.14180) 843 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:15.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:13.375952+0000 mgr.smithi131.icwxxw (mgr.14180) 843 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:16.074 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:16.074 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:16.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:15.094310+0000 mgr.smithi131.icwxxw (mgr.14180) 844 : 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-21T11:08:16.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:16.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:15.094310+0000 mgr.smithi131.icwxxw (mgr.14180) 844 : 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-21T11:08:17.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:16.070637+0000 mgr.smithi131.icwxxw (mgr.14180) 845 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:17.480 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:17.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:16.070637+0000 mgr.smithi131.icwxxw (mgr.14180) 845 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:18.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:17.095275+0000 mgr.smithi131.icwxxw (mgr.14180) 846 : 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-21T11:08:18.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:17.095275+0000 mgr.smithi131.icwxxw (mgr.14180) 846 : 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-21T11:08:18.806 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:18.806 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:19.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:20.179 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:20.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:18.802690+0000 mgr.smithi131.icwxxw (mgr.14180) 847 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:20.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:19.096001+0000 mgr.smithi131.icwxxw (mgr.14180) 848 : 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-21T11:08:20.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:18.802690+0000 mgr.smithi131.icwxxw (mgr.14180) 847 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:20.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:19.096001+0000 mgr.smithi131.icwxxw (mgr.14180) 848 : 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-21T11:08:21.485 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:21.485 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:21.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:22.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:21.096692+0000 mgr.smithi131.icwxxw (mgr.14180) 849 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:08:22.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:21.096692+0000 mgr.smithi131.icwxxw (mgr.14180) 849 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:08:22.860 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:23.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:21.481895+0000 mgr.smithi131.icwxxw (mgr.14180) 850 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:23.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:21.481895+0000 mgr.smithi131.icwxxw (mgr.14180) 850 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:24.185 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:24.185 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:24.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:23.097428+0000 mgr.smithi131.icwxxw (mgr.14180) 851 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:08:24.532 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:23.097428+0000 mgr.smithi131.icwxxw (mgr.14180) 851 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:08:24.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:25.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:24.182465+0000 mgr.smithi131.icwxxw (mgr.14180) 852 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:25.568 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:25.601 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:24.182465+0000 mgr.smithi131.icwxxw (mgr.14180) 852 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:26.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:25.098033+0000 mgr.smithi131.icwxxw (mgr.14180) 853 : 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-21T11:08:26.555 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:25.098033+0000 mgr.smithi131.icwxxw (mgr.14180) 853 : 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-21T11:08:26.900 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:26.900 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:27.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:28.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:26.897144+0000 mgr.smithi131.icwxxw (mgr.14180) 854 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:28.031 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:27.099009+0000 mgr.smithi131.icwxxw (mgr.14180) 855 : 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-21T11:08:28.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:26.897144+0000 mgr.smithi131.icwxxw (mgr.14180) 854 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:28.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:27.099009+0000 mgr.smithi131.icwxxw (mgr.14180) 855 : 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-21T11:08:28.276 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:29.574 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:29.574 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:29.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:30.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:29.099520+0000 mgr.smithi131.icwxxw (mgr.14180) 856 : 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-21T11:08:30.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:29.099520+0000 mgr.smithi131.icwxxw (mgr.14180) 856 : 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-21T11:08:30.943 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:31.275 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:29.570691+0000 mgr.smithi131.icwxxw (mgr.14180) 857 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:31.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:29.570691+0000 mgr.smithi131.icwxxw (mgr.14180) 857 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:32.299 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:32.299 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:32.321 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:31.100207+0000 mgr.smithi131.icwxxw (mgr.14180) 858 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:08:32.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:31.100207+0000 mgr.smithi131.icwxxw (mgr.14180) 858 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:08:32.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:33.676 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:34.360 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:32.296161+0000 mgr.smithi131.icwxxw (mgr.14180) 859 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:34.361 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:33.100970+0000 mgr.smithi131.icwxxw (mgr.14180) 860 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:08:34.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:32.296161+0000 mgr.smithi131.icwxxw (mgr.14180) 859 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:34.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:33.100970+0000 mgr.smithi131.icwxxw (mgr.14180) 860 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:08:35.058 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:35.059 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:35.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:36.401 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:36.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:35.054982+0000 mgr.smithi131.icwxxw (mgr.14180) 861 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:36.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:35.101797+0000 mgr.smithi131.icwxxw (mgr.14180) 862 : 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-21T11:08:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:35.054982+0000 mgr.smithi131.icwxxw (mgr.14180) 861 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:35.101797+0000 mgr.smithi131.icwxxw (mgr.14180) 862 : 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-21T11:08:37.762 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:37.762 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:38.088 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:37.102643+0000 mgr.smithi131.icwxxw (mgr.14180) 863 : 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-21T11:08:38.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:38.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:37.102643+0000 mgr.smithi131.icwxxw (mgr.14180) 863 : 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-21T11:08:39.133 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:39.165 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:37.758328+0000 mgr.smithi131.icwxxw (mgr.14180) 864 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:39.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:37.758328+0000 mgr.smithi131.icwxxw (mgr.14180) 864 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:40.144 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:39.103356+0000 mgr.smithi131.icwxxw (mgr.14180) 865 : 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-21T11:08:40.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:39.103356+0000 mgr.smithi131.icwxxw (mgr.14180) 865 : 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-21T11:08:40.496 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:40.497 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:40.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:41.882 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:42.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:40.493466+0000 mgr.smithi131.icwxxw (mgr.14180) 866 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:42.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:41.104105+0000 mgr.smithi131.icwxxw (mgr.14180) 867 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:08:42.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:40.493466+0000 mgr.smithi131.icwxxw (mgr.14180) 866 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:42.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:41.104105+0000 mgr.smithi131.icwxxw (mgr.14180) 867 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:08:43.190 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:43.190 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:43.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:44.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:43.104763+0000 mgr.smithi131.icwxxw (mgr.14180) 868 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:08:44.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:43.187416+0000 mgr.smithi131.icwxxw (mgr.14180) 869 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:44.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:43.104763+0000 mgr.smithi131.icwxxw (mgr.14180) 868 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:08:44.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:43.187416+0000 mgr.smithi131.icwxxw (mgr.14180) 869 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:44.533 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:45.916 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:45.916 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:46.237 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:45.105295+0000 mgr.smithi131.icwxxw (mgr.14180) 870 : 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-21T11:08:46.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:46.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:45.105295+0000 mgr.smithi131.icwxxw (mgr.14180) 870 : 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-21T11:08:47.290 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:47.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:45.912370+0000 mgr.smithi131.icwxxw (mgr.14180) 871 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:47.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:45.912370+0000 mgr.smithi131.icwxxw (mgr.14180) 871 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:48.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:47.106145+0000 mgr.smithi131.icwxxw (mgr.14180) 872 : 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-21T11:08:48.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:47.106145+0000 mgr.smithi131.icwxxw (mgr.14180) 872 : 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-21T11:08:48.614 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:48.614 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:48.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:49.980 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:50.324 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:48.610872+0000 mgr.smithi131.icwxxw (mgr.14180) 873 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:50.324 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:49.106730+0000 mgr.smithi131.icwxxw (mgr.14180) 874 : 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-21T11:08:50.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:48.610872+0000 mgr.smithi131.icwxxw (mgr.14180) 873 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:50.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:49.106730+0000 mgr.smithi131.icwxxw (mgr.14180) 874 : 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-21T11:08:51.337 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:51.337 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:51.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:52.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:51.107406+0000 mgr.smithi131.icwxxw (mgr.14180) 875 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:08:52.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:51.107406+0000 mgr.smithi131.icwxxw (mgr.14180) 875 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:08:52.705 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:53.342 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:51.333839+0000 mgr.smithi131.icwxxw (mgr.14180) 876 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:53.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:51.333839+0000 mgr.smithi131.icwxxw (mgr.14180) 876 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:54.037 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:54.037 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:54.352 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:53.108049+0000 mgr.smithi131.icwxxw (mgr.14180) 877 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:08:54.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:54.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:53.108049+0000 mgr.smithi131.icwxxw (mgr.14180) 877 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:08:55.405 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:55.440 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:54.034187+0000 mgr.smithi131.icwxxw (mgr.14180) 878 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:55.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:54.034187+0000 mgr.smithi131.icwxxw (mgr.14180) 878 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:56.375 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:55.108915+0000 mgr.smithi131.icwxxw (mgr.14180) 879 : 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-21T11:08:56.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:55.108915+0000 mgr.smithi131.icwxxw (mgr.14180) 879 : 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-21T11:08:56.732 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:56.733 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:57.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:08:58.105 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:08:58.140 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:56.729328+0000 mgr.smithi131.icwxxw (mgr.14180) 880 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:58.140 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:08:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:57.109611+0000 mgr.smithi131.icwxxw (mgr.14180) 881 : 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-21T11:08:58.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:56.729328+0000 mgr.smithi131.icwxxw (mgr.14180) 880 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:08:58.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:08:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:57.109611+0000 mgr.smithi131.icwxxw (mgr.14180) 881 : 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-21T11:08:59.454 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:08:59.454 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:08:59.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:00.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:08:59.110179+0000 mgr.smithi131.icwxxw (mgr.14180) 882 : 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-21T11:09:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:08:59.110179+0000 mgr.smithi131.icwxxw (mgr.14180) 882 : 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-21T11:09:00.822 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:01.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:08:59.450599+0000 mgr.smithi131.icwxxw (mgr.14180) 883 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:01.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:08:59.450599+0000 mgr.smithi131.icwxxw (mgr.14180) 883 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:02.137 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:02.137 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:02.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:01.111066+0000 mgr.smithi131.icwxxw (mgr.14180) 884 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:09:02.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:02.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:01.111066+0000 mgr.smithi131.icwxxw (mgr.14180) 884 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:09:03.520 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:03.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:02.133471+0000 mgr.smithi131.icwxxw (mgr.14180) 885 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:03.553 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:02.133471+0000 mgr.smithi131.icwxxw (mgr.14180) 885 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:04.531 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:03.111732+0000 mgr.smithi131.icwxxw (mgr.14180) 886 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:09:04.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:03.111732+0000 mgr.smithi131.icwxxw (mgr.14180) 886 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:09:04.883 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:04.883 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:05.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:06.261 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:06.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:04.880172+0000 mgr.smithi131.icwxxw (mgr.14180) 887 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:06.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:05.112317+0000 mgr.smithi131.icwxxw (mgr.14180) 888 : 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-21T11:09:06.587 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:04.880172+0000 mgr.smithi131.icwxxw (mgr.14180) 887 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:06.588 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:05.112317+0000 mgr.smithi131.icwxxw (mgr.14180) 888 : 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-21T11:09:07.604 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:07.604 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:07.925 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:07.113069+0000 mgr.smithi131.icwxxw (mgr.14180) 889 : 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-21T11:09:07.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:08.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:07.113069+0000 mgr.smithi131.icwxxw (mgr.14180) 889 : 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-21T11:09:08.976 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:09.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:07.600768+0000 mgr.smithi131.icwxxw (mgr.14180) 890 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:09.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:07.600768+0000 mgr.smithi131.icwxxw (mgr.14180) 890 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:09.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:09.113721+0000 mgr.smithi131.icwxxw (mgr.14180) 891 : 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-21T11:09:10.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:09.113721+0000 mgr.smithi131.icwxxw (mgr.14180) 891 : 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-21T11:09:10.360 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:10.360 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:10.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:11.780 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:12.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:10.356391+0000 mgr.smithi131.icwxxw (mgr.14180) 892 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:12.421 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:11.114374+0000 mgr.smithi131.icwxxw (mgr.14180) 893 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:09:12.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:10.356391+0000 mgr.smithi131.icwxxw (mgr.14180) 892 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:12.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:11.114374+0000 mgr.smithi131.icwxxw (mgr.14180) 893 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:09:13.084 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:13.084 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:13.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:14.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:13.081384+0000 mgr.smithi131.icwxxw (mgr.14180) 894 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:14.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:13.115132+0000 mgr.smithi131.icwxxw (mgr.14180) 895 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:09:14.496 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:14.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:13.081384+0000 mgr.smithi131.icwxxw (mgr.14180) 894 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:14.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:13.115132+0000 mgr.smithi131.icwxxw (mgr.14180) 895 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:09:15.813 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:15.813 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:16.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:16.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:15.115986+0000 mgr.smithi131.icwxxw (mgr.14180) 896 : 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-21T11:09:16.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:15.115986+0000 mgr.smithi131.icwxxw (mgr.14180) 896 : 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-21T11:09:17.221 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:17.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:15.810019+0000 mgr.smithi131.icwxxw (mgr.14180) 897 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:17.552 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:15.810019+0000 mgr.smithi131.icwxxw (mgr.14180) 897 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:18.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:17.116886+0000 mgr.smithi131.icwxxw (mgr.14180) 898 : 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-21T11:09:18.561 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:18.561 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:18.586 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:17.116886+0000 mgr.smithi131.icwxxw (mgr.14180) 898 : 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-21T11:09:18.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:19.977 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:20.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:18.557747+0000 mgr.smithi131.icwxxw (mgr.14180) 899 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:20.302 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:19.117453+0000 mgr.smithi131.icwxxw (mgr.14180) 900 : 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-21T11:09:20.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:18.557747+0000 mgr.smithi131.icwxxw (mgr.14180) 899 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:20.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:19.117453+0000 mgr.smithi131.icwxxw (mgr.14180) 900 : 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-21T11:09:21.359 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:21.359 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:21.741 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:22.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:21.118137+0000 mgr.smithi131.icwxxw (mgr.14180) 901 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:09:22.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:21.118137+0000 mgr.smithi131.icwxxw (mgr.14180) 901 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:09:22.742 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:23.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:21.355278+0000 mgr.smithi131.icwxxw (mgr.14180) 902 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:23.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:21.355278+0000 mgr.smithi131.icwxxw (mgr.14180) 902 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:24.126 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:24.127 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:24.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:23.118777+0000 mgr.smithi131.icwxxw (mgr.14180) 903 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:09:24.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:24.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:23.118777+0000 mgr.smithi131.icwxxw (mgr.14180) 903 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:09:25.502 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:25.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:24.123448+0000 mgr.smithi131.icwxxw (mgr.14180) 904 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:25.535 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:24.123448+0000 mgr.smithi131.icwxxw (mgr.14180) 904 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:26.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:25.119591+0000 mgr.smithi131.icwxxw (mgr.14180) 905 : 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-21T11:09:26.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:25.119591+0000 mgr.smithi131.icwxxw (mgr.14180) 905 : 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-21T11:09:26.895 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:26.895 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:27.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:28.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:26.892014+0000 mgr.smithi131.icwxxw (mgr.14180) 906 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:28.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:27.120348+0000 mgr.smithi131.icwxxw (mgr.14180) 907 : 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-21T11:09:28.259 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:28.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:26.892014+0000 mgr.smithi131.icwxxw (mgr.14180) 906 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:28.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:27.120348+0000 mgr.smithi131.icwxxw (mgr.14180) 907 : 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-21T11:09:29.630 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:29.630 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:30.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:30.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:29.121095+0000 mgr.smithi131.icwxxw (mgr.14180) 908 : 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-21T11:09:30.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:29.121095+0000 mgr.smithi131.icwxxw (mgr.14180) 908 : 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-21T11:09:31.011 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:31.368 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:29.625680+0000 mgr.smithi131.icwxxw (mgr.14180) 909 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:31.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:29.625680+0000 mgr.smithi131.icwxxw (mgr.14180) 909 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:32.349 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:32.350 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:32.378 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:31.121786+0000 mgr.smithi131.icwxxw (mgr.14180) 910 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:09:32.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:31.121786+0000 mgr.smithi131.icwxxw (mgr.14180) 910 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:09:32.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:33.715 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:34.376 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:32.346377+0000 mgr.smithi131.icwxxw (mgr.14180) 911 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:34.376 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:33.122460+0000 mgr.smithi131.icwxxw (mgr.14180) 912 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:09:34.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:32.346377+0000 mgr.smithi131.icwxxw (mgr.14180) 911 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:34.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:33.122460+0000 mgr.smithi131.icwxxw (mgr.14180) 912 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:09:35.066 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:35.066 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:35.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:36.441 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:36.475 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:35.062660+0000 mgr.smithi131.icwxxw (mgr.14180) 913 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:36.475 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:35.123020+0000 mgr.smithi131.icwxxw (mgr.14180) 914 : 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-21T11:09:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:35.062660+0000 mgr.smithi131.icwxxw (mgr.14180) 913 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:35.123020+0000 mgr.smithi131.icwxxw (mgr.14180) 914 : 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-21T11:09:37.817 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:37.818 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:38.162 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:37.123835+0000 mgr.smithi131.icwxxw (mgr.14180) 915 : 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-21T11:09:38.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:38.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:37.123835+0000 mgr.smithi131.icwxxw (mgr.14180) 915 : 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-21T11:09:39.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:37.814013+0000 mgr.smithi131.icwxxw (mgr.14180) 916 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:39.199 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:39.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:37.814013+0000 mgr.smithi131.icwxxw (mgr.14180) 916 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:40.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:39.124428+0000 mgr.smithi131.icwxxw (mgr.14180) 917 : 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-21T11:09:40.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:39.124428+0000 mgr.smithi131.icwxxw (mgr.14180) 917 : 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-21T11:09:40.720 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:40.720 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:41.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:42.106 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:40.716475+0000 mgr.smithi131.icwxxw (mgr.14180) 918 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:41.125111+0000 mgr.smithi131.icwxxw (mgr.14180) 919 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:09:42.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:40.716475+0000 mgr.smithi131.icwxxw (mgr.14180) 918 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:42.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:41.125111+0000 mgr.smithi131.icwxxw (mgr.14180) 919 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:09:43.455 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:43.456 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:43.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:44.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:43.125715+0000 mgr.smithi131.icwxxw (mgr.14180) 920 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:09:44.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:43.125715+0000 mgr.smithi131.icwxxw (mgr.14180) 920 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:09:44.838 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:45.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:43.452649+0000 mgr.smithi131.icwxxw (mgr.14180) 921 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:45.557 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:43.452649+0000 mgr.smithi131.icwxxw (mgr.14180) 921 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:46.249 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:46.249 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:00:08.917966Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.tamoak on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:46.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:45.126414+0000 mgr.smithi131.icwxxw (mgr.14180) 922 : 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-21T11:09:46.611 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:45.126414+0000 mgr.smithi131.icwxxw (mgr.14180) 922 : 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-21T11:09:46.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:47.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:46.793180+0000 mon.smithi131 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi187.xxtklt"}]: dispatch 2024-01-21T11:09:47.638 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:47.666 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:46.793180+0000 mon.smithi131 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi187.xxtklt"}]: dispatch 2024-01-21T11:09:48.308 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:46.245713+0000 mgr.smithi131.icwxxw (mgr.14180) 923 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:48.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:09:46.792662+0000 mgr.smithi131.icwxxw (mgr.14180) 924 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt 2024-01-21T11:09:48.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt 2024-01-21T11:09:48.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt 2024-01-21T11:09:48.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt 2024-01-21T11:09:48.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi187.xxtklt ... 2024-01-21T11:09:48.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:09:48.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:09:48.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:07:24Z" 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-21T11:09:48.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:08:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:09:48.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:09:09Z" level=warning msg="Failed, retrying in 1s ... (3/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-21T11:09:48.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:09:48.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:09:48.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Traceback (most recent call last): 2024-01-21T11:09:48.309 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:09:48.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: yield (conn, connr) 2024-01-21T11:09:48.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:09:48.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: code, '\n'.join(err))) 2024-01-21T11:09:48.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt 2024-01-21T11:09:48.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt 2024-01-21T11:09:48.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt 2024-01-21T11:09:48.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt 2024-01-21T11:09:48.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi187.xxtklt ... 2024-01-21T11:09:48.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:09:48.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:09:48.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:07:24Z" 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-21T11:09:48.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:08:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:09:48.310 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:09:09Z" level=warning msg="Failed, retrying in 1s ... (3/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-21T11:09:48.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:09:48.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:09:48.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:09:46.792819+0000 mgr.smithi131.icwxxw (mgr.14180) 925 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi187.xxtklt 2024-01-21T11:09:48.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:09:46.793764+0000 mgr.smithi131.icwxxw (mgr.14180) 926 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt 2024-01-21T11:09:48.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt 2024-01-21T11:09:48.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt 2024-01-21T11:09:48.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt 2024-01-21T11:09:48.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi187.xxtklt ... 2024-01-21T11:09:48.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:09:48.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:09:48.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:07:24Z" 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-21T11:09:48.311 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:08:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:09:48.312 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:09:09Z" level=warning msg="Failed, retrying in 1s ... (3/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-21T11:09:48.312 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:09:48.312 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:09:48.312 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:09:46.795120+0000 mgr.smithi131.icwxxw (mgr.14180) 927 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.efinhs on smithi131 2024-01-21T11:09:48.312 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:47.127174+0000 mgr.smithi131.icwxxw (mgr.14180) 928 : 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-21T11:09:48.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:46.245713+0000 mgr.smithi131.icwxxw (mgr.14180) 923 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:09:46.792662+0000 mgr.smithi131.icwxxw (mgr.14180) 924 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt 2024-01-21T11:09:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt 2024-01-21T11:09:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt 2024-01-21T11:09:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt 2024-01-21T11:09:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi187.xxtklt ... 2024-01-21T11:09:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:09:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:09:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:07:24Z" 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-21T11:09:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:08:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:09:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:09:09Z" level=warning msg="Failed, retrying in 1s ... (3/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-21T11:09:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:09:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Traceback (most recent call last): 2024-01-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: yield (conn, connr) 2024-01-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: code, '\n'.join(err))) 2024-01-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt 2024-01-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt 2024-01-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt 2024-01-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt 2024-01-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi187.xxtklt ... 2024-01-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:07:24Z" 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-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:08:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:09:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:09:09Z" level=warning msg="Failed, retrying in 1s ... (3/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-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:09:46.792819+0000 mgr.smithi131.icwxxw (mgr.14180) 925 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi187.xxtklt 2024-01-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:09:46.793764+0000 mgr.smithi131.icwxxw (mgr.14180) 926 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt 2024-01-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt 2024-01-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt 2024-01-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt 2024-01-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi187.xxtklt ... 2024-01-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:07:24Z" 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-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:08:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:09:09Z" level=warning msg="Failed, retrying in 1s ... (3/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-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:09:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:09:48.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:09:46.795120+0000 mgr.smithi131.icwxxw (mgr.14180) 927 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi131.efinhs on smithi131 2024-01-21T11:09:48.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:47.127174+0000 mgr.smithi131.icwxxw (mgr.14180) 928 : 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-21T11:09:49.037 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:49.037 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:49.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:50.417 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:50.447 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:49.034142+0000 mgr.smithi131.icwxxw (mgr.14180) 929 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:50.448 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:49.127844+0000 mgr.smithi131.icwxxw (mgr.14180) 930 : 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-21T11:09:50.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:49.034142+0000 mgr.smithi131.icwxxw (mgr.14180) 929 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:50.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:49.127844+0000 mgr.smithi131.icwxxw (mgr.14180) 930 : 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-21T11:09:51.799 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:51.799 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:52.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:52.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:51.128556+0000 mgr.smithi131.icwxxw (mgr.14180) 931 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:09:52.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:51.128556+0000 mgr.smithi131.icwxxw (mgr.14180) 931 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:09:53.171 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:53.506 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:51.795612+0000 mgr.smithi131.icwxxw (mgr.14180) 932 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:53.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:51.795612+0000 mgr.smithi131.icwxxw (mgr.14180) 932 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:54.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:53.129221+0000 mgr.smithi131.icwxxw (mgr.14180) 933 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:09:54.490 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:54.491 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:54.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:53.129221+0000 mgr.smithi131.icwxxw (mgr.14180) 933 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:09:54.854 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:55.855 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:56.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:54.487371+0000 mgr.smithi131.icwxxw (mgr.14180) 934 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:56.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:55.129938+0000 mgr.smithi131.icwxxw (mgr.14180) 935 : 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-21T11:09:56.547 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:54.487371+0000 mgr.smithi131.icwxxw (mgr.14180) 934 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:56.547 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:55.129938+0000 mgr.smithi131.icwxxw (mgr.14180) 935 : 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-21T11:09:57.221 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:57.221 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:09:57.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:09:58.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:57.130656+0000 mgr.smithi131.icwxxw (mgr.14180) 936 : 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-21T11:09:58.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:09:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:57.217914+0000 mgr.smithi131.icwxxw (mgr.14180) 937 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:58.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:57.130656+0000 mgr.smithi131.icwxxw (mgr.14180) 936 : 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-21T11:09:58.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:09:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:57.217914+0000 mgr.smithi131.icwxxw (mgr.14180) 937 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:09:58.595 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:09:59.945 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:09:59.945 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:00.317 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:09:59.131132+0000 mgr.smithi131.icwxxw (mgr.14180) 938 : 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-21T11:10:00.317 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:00.000192+0000 mon.smithi131 (mon.0) 704 : cluster [INF] overall HEALTH_OK 2024-01-21T11:10:00.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:09:59.131132+0000 mgr.smithi131.icwxxw (mgr.14180) 938 : 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-21T11:10:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:00.000192+0000 mon.smithi131 (mon.0) 704 : cluster [INF] overall HEALTH_OK 2024-01-21T11:10:01.337 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:01.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:09:59.941863+0000 mgr.smithi131.icwxxw (mgr.14180) 939 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:01.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:09:59.941863+0000 mgr.smithi131.icwxxw (mgr.14180) 939 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:02.357 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:01.131868+0000 mgr.smithi131.icwxxw (mgr.14180) 940 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:10:02.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:01.131868+0000 mgr.smithi131.icwxxw (mgr.14180) 940 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:10:02.732 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:02.732 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:03.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:04.139 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:04.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:02.728837+0000 mgr.smithi131.icwxxw (mgr.14180) 941 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:04.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:03.132524+0000 mgr.smithi131.icwxxw (mgr.14180) 942 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:10:04.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:02.728837+0000 mgr.smithi131.icwxxw (mgr.14180) 941 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:04.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:03.132524+0000 mgr.smithi131.icwxxw (mgr.14180) 942 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:10:05.505 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:05.505 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:05.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:06.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:05.133068+0000 mgr.smithi131.icwxxw (mgr.14180) 943 : 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-21T11:10:06.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:05.133068+0000 mgr.smithi131.icwxxw (mgr.14180) 943 : 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-21T11:10:06.920 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:07.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:05.501393+0000 mgr.smithi131.icwxxw (mgr.14180) 944 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:07.638 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:05.501393+0000 mgr.smithi131.icwxxw (mgr.14180) 944 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:08.312 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:08.312 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:08.470 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:07.133741+0000 mgr.smithi131.icwxxw (mgr.14180) 945 : 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-21T11:10:08.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:07.133741+0000 mgr.smithi131.icwxxw (mgr.14180) 945 : 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-21T11:10:08.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:09.688 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:10.388 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:08.308798+0000 mgr.smithi131.icwxxw (mgr.14180) 946 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:10.388 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:09.134510+0000 mgr.smithi131.icwxxw (mgr.14180) 947 : 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-21T11:10:10.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:08.308798+0000 mgr.smithi131.icwxxw (mgr.14180) 946 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:10.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:09.134510+0000 mgr.smithi131.icwxxw (mgr.14180) 947 : 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-21T11:10:11.127 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:11.127 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:11.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:12.510 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:12.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:11.123751+0000 mgr.smithi131.icwxxw (mgr.14180) 948 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:12.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:11.135328+0000 mgr.smithi131.icwxxw (mgr.14180) 949 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:10:12.543 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:11.123751+0000 mgr.smithi131.icwxxw (mgr.14180) 948 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:12.543 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:11.135328+0000 mgr.smithi131.icwxxw (mgr.14180) 949 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:10:13.863 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:13.864 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:14.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:14.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:13.136006+0000 mgr.smithi131.icwxxw (mgr.14180) 950 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:10:14.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:13.136006+0000 mgr.smithi131.icwxxw (mgr.14180) 950 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:10:15.235 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:15.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:13.859870+0000 mgr.smithi131.icwxxw (mgr.14180) 951 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:15.567 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:13.859870+0000 mgr.smithi131.icwxxw (mgr.14180) 951 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:16.379 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:15.136672+0000 mgr.smithi131.icwxxw (mgr.14180) 952 : 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-21T11:10:16.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:15.136672+0000 mgr.smithi131.icwxxw (mgr.14180) 952 : 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-21T11:10:16.724 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:16.724 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:17.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:18.142 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:18.174 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:16.721350+0000 mgr.smithi131.icwxxw (mgr.14180) 953 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:18.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:17.137412+0000 mgr.smithi131.icwxxw (mgr.14180) 954 : 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-21T11:10:18.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:16.721350+0000 mgr.smithi131.icwxxw (mgr.14180) 953 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:18.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:17.137412+0000 mgr.smithi131.icwxxw (mgr.14180) 954 : 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-21T11:10:19.634 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:19.634 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:20.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:20.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:19.137988+0000 mgr.smithi131.icwxxw (mgr.14180) 955 : 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-21T11:10:20.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:19.137988+0000 mgr.smithi131.icwxxw (mgr.14180) 955 : 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-21T11:10:21.024 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:21.367 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:19.630650+0000 mgr.smithi131.icwxxw (mgr.14180) 956 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:21.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:19.630650+0000 mgr.smithi131.icwxxw (mgr.14180) 956 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:22.416 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:22.416 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:22.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:21.138714+0000 mgr.smithi131.icwxxw (mgr.14180) 957 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:10:22.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:21.138714+0000 mgr.smithi131.icwxxw (mgr.14180) 957 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:10:22.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:23.783 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:24.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:22.413388+0000 mgr.smithi131.icwxxw (mgr.14180) 958 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:24.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:23.139311+0000 mgr.smithi131.icwxxw (mgr.14180) 959 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:10:24.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:22.413388+0000 mgr.smithi131.icwxxw (mgr.14180) 958 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:24.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:23.139311+0000 mgr.smithi131.icwxxw (mgr.14180) 959 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:10:25.130 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:25.131 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:25.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:26.508 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:26.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:25.127531+0000 mgr.smithi131.icwxxw (mgr.14180) 960 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:26.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:25.139888+0000 mgr.smithi131.icwxxw (mgr.14180) 961 : 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-21T11:10:26.541 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:25.127531+0000 mgr.smithi131.icwxxw (mgr.14180) 960 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:26.541 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:25.139888+0000 mgr.smithi131.icwxxw (mgr.14180) 961 : 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-21T11:10:27.850 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:27.850 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:28.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:27.140526+0000 mgr.smithi131.icwxxw (mgr.14180) 962 : 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-21T11:10:28.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:28.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:27.140526+0000 mgr.smithi131.icwxxw (mgr.14180) 962 : 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-21T11:10:29.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:27.846680+0000 mgr.smithi131.icwxxw (mgr.14180) 963 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:29.215 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:29.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:27.846680+0000 mgr.smithi131.icwxxw (mgr.14180) 963 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:30.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:29.141200+0000 mgr.smithi131.icwxxw (mgr.14180) 964 : 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-21T11:10:30.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:29.141200+0000 mgr.smithi131.icwxxw (mgr.14180) 964 : 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-21T11:10:30.542 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:30.543 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:30.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:31.906 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:32.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:30.539229+0000 mgr.smithi131.icwxxw (mgr.14180) 965 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:32.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:31.141895+0000 mgr.smithi131.icwxxw (mgr.14180) 966 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:10:32.559 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:30.539229+0000 mgr.smithi131.icwxxw (mgr.14180) 965 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:32.559 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:31.141895+0000 mgr.smithi131.icwxxw (mgr.14180) 966 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:10:33.258 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:33.258 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:33.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:34.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:33.142519+0000 mgr.smithi131.icwxxw (mgr.14180) 967 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:10:34.640 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:34.674 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:33.142519+0000 mgr.smithi131.icwxxw (mgr.14180) 967 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:10:35.291 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:33.254681+0000 mgr.smithi131.icwxxw (mgr.14180) 968 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:35.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:33.254681+0000 mgr.smithi131.icwxxw (mgr.14180) 968 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:36.027 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:36.028 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:36.386 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:35.143318+0000 mgr.smithi131.icwxxw (mgr.14180) 969 : 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-21T11:10:36.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:35.143318+0000 mgr.smithi131.icwxxw (mgr.14180) 969 : 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-21T11:10:37.464 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:37.497 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:36.023980+0000 mgr.smithi131.icwxxw (mgr.14180) 970 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:37.530 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:36.023980+0000 mgr.smithi131.icwxxw (mgr.14180) 970 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:38.510 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:37.144236+0000 mgr.smithi131.icwxxw (mgr.14180) 971 : 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-21T11:10:38.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:37.144236+0000 mgr.smithi131.icwxxw (mgr.14180) 971 : 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-21T11:10:38.865 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:38.865 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:39.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:40.239 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:40.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:38.861456+0000 mgr.smithi131.icwxxw (mgr.14180) 972 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:40.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:39.144887+0000 mgr.smithi131.icwxxw (mgr.14180) 973 : 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-21T11:10:40.615 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:38.861456+0000 mgr.smithi131.icwxxw (mgr.14180) 972 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:40.615 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:39.144887+0000 mgr.smithi131.icwxxw (mgr.14180) 973 : 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-21T11:10:41.684 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:41.685 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:42.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:41.145615+0000 mgr.smithi131.icwxxw (mgr.14180) 974 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:10:42.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:41.145615+0000 mgr.smithi131.icwxxw (mgr.14180) 974 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:10:43.056 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:43.407 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:41.681364+0000 mgr.smithi131.icwxxw (mgr.14180) 975 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:43.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:41.681364+0000 mgr.smithi131.icwxxw (mgr.14180) 975 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:44.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:43.146254+0000 mgr.smithi131.icwxxw (mgr.14180) 976 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:10:44.433 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:44.433 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:44.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:43.146254+0000 mgr.smithi131.icwxxw (mgr.14180) 976 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:10:44.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:45.794 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:46.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:44.430041+0000 mgr.smithi131.icwxxw (mgr.14180) 977 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:46.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:45.146919+0000 mgr.smithi131.icwxxw (mgr.14180) 978 : 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-21T11:10:46.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:44.430041+0000 mgr.smithi131.icwxxw (mgr.14180) 977 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:46.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:45.146919+0000 mgr.smithi131.icwxxw (mgr.14180) 978 : 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-21T11:10:47.352 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:47.353 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:47.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:47.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:47.147594+0000 mgr.smithi131.icwxxw (mgr.14180) 979 : 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-21T11:10:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:47.147594+0000 mgr.smithi131.icwxxw (mgr.14180) 979 : 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-21T11:10:48.728 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:49.122 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:47.349350+0000 mgr.smithi131.icwxxw (mgr.14180) 980 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:49.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:47.349350+0000 mgr.smithi131.icwxxw (mgr.14180) 980 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:50.070 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:50.071 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:50.094 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:49.148246+0000 mgr.smithi131.icwxxw (mgr.14180) 981 : 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-21T11:10:50.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:49.148246+0000 mgr.smithi131.icwxxw (mgr.14180) 981 : 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-21T11:10:50.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:51.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:50.067255+0000 mgr.smithi131.icwxxw (mgr.14180) 982 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:51.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:50.067255+0000 mgr.smithi131.icwxxw (mgr.14180) 982 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:51.445 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:52.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:51.149133+0000 mgr.smithi131.icwxxw (mgr.14180) 983 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:10:52.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:51.149133+0000 mgr.smithi131.icwxxw (mgr.14180) 983 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:10:52.877 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:52.877 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:53.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:54.254 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:54.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:52.873391+0000 mgr.smithi131.icwxxw (mgr.14180) 984 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:54.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:53.150031+0000 mgr.smithi131.icwxxw (mgr.14180) 985 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:10:54.586 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:52.873391+0000 mgr.smithi131.icwxxw (mgr.14180) 984 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:54.586 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:53.150031+0000 mgr.smithi131.icwxxw (mgr.14180) 985 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:10:55.574 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:55.574 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:55.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:56.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:55.150595+0000 mgr.smithi131.icwxxw (mgr.14180) 986 : 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-21T11:10:56.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:55.150595+0000 mgr.smithi131.icwxxw (mgr.14180) 986 : 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-21T11:10:56.953 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:10:57.319 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:55.571096+0000 mgr.smithi131.icwxxw (mgr.14180) 987 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:57.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:55.571096+0000 mgr.smithi131.icwxxw (mgr.14180) 987 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:10:58.361 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:10:58.361 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:10:58.387 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:10:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:57.151300+0000 mgr.smithi131.icwxxw (mgr.14180) 988 : 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-21T11:10:58.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:10:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:57.151300+0000 mgr.smithi131.icwxxw (mgr.14180) 988 : 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-21T11:10:58.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:10:59.753 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:00.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:10:58.358320+0000 mgr.smithi131.icwxxw (mgr.14180) 989 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:00.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:10:59.151943+0000 mgr.smithi131.icwxxw (mgr.14180) 990 : 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-21T11:11:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:10:58.358320+0000 mgr.smithi131.icwxxw (mgr.14180) 989 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:10:59.151943+0000 mgr.smithi131.icwxxw (mgr.14180) 990 : 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-21T11:11:01.287 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:01.287 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:01.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:02.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:01.152612+0000 mgr.smithi131.icwxxw (mgr.14180) 991 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:02.660 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:02.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:01.152612+0000 mgr.smithi131.icwxxw (mgr.14180) 991 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:03.312 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:01.283990+0000 mgr.smithi131.icwxxw (mgr.14180) 992 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:03.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:01.283990+0000 mgr.smithi131.icwxxw (mgr.14180) 992 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:04.021 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:04.021 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:04.332 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:03.153280+0000 mgr.smithi131.icwxxw (mgr.14180) 993 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:11:04.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:04.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:03.153280+0000 mgr.smithi131.icwxxw (mgr.14180) 993 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:11:05.409 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:05.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:04.017685+0000 mgr.smithi131.icwxxw (mgr.14180) 994 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:05.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:04.017685+0000 mgr.smithi131.icwxxw (mgr.14180) 994 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:06.379 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:05.154017+0000 mgr.smithi131.icwxxw (mgr.14180) 995 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:06.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:05.154017+0000 mgr.smithi131.icwxxw (mgr.14180) 995 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:06.725 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:06.726 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:07.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:08.092 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:08.125 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:06.722612+0000 mgr.smithi131.icwxxw (mgr.14180) 996 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:08.125 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:07.154694+0000 mgr.smithi131.icwxxw (mgr.14180) 997 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:08.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:06.722612+0000 mgr.smithi131.icwxxw (mgr.14180) 996 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:08.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:07.154694+0000 mgr.smithi131.icwxxw (mgr.14180) 997 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:09.510 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:09.510 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:09.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:10.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:09.155454+0000 mgr.smithi131.icwxxw (mgr.14180) 998 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:10.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:09.155454+0000 mgr.smithi131.icwxxw (mgr.14180) 998 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:10.885 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:11.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:09.506726+0000 mgr.smithi131.icwxxw (mgr.14180) 999 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:11.569 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:09.506726+0000 mgr.smithi131.icwxxw (mgr.14180) 999 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:12.256 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:12.256 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:12.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:11.156105+0000 mgr.smithi131.icwxxw (mgr.14180) 1000 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:12.648 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:11.156105+0000 mgr.smithi131.icwxxw (mgr.14180) 1000 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:12.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:13.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:12.252662+0000 mgr.smithi131.icwxxw (mgr.14180) 1001 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:13.668 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:13.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:12.252662+0000 mgr.smithi131.icwxxw (mgr.14180) 1001 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:14.335 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:13.157163+0000 mgr.smithi131.icwxxw (mgr.14180) 1002 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:11:14.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:13.157163+0000 mgr.smithi131.icwxxw (mgr.14180) 1002 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:11:15.021 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:15.022 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:15.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:16.401 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:16.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:15.018484+0000 mgr.smithi131.icwxxw (mgr.14180) 1003 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:16.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:15.157815+0000 mgr.smithi131.icwxxw (mgr.14180) 1004 : 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-21T11:11:16.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:15.018484+0000 mgr.smithi131.icwxxw (mgr.14180) 1003 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:16.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:15.157815+0000 mgr.smithi131.icwxxw (mgr.14180) 1004 : 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-21T11:11:17.764 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:17.764 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:18.129 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:17.158681+0000 mgr.smithi131.icwxxw (mgr.14180) 1005 : 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-21T11:11:18.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:18.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:17.158681+0000 mgr.smithi131.icwxxw (mgr.14180) 1005 : 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-21T11:11:19.166 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:19.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:17.760253+0000 mgr.smithi131.icwxxw (mgr.14180) 1006 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:19.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:17.760253+0000 mgr.smithi131.icwxxw (mgr.14180) 1006 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:20.169 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:19.159333+0000 mgr.smithi131.icwxxw (mgr.14180) 1007 : 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-21T11:11:20.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:19.159333+0000 mgr.smithi131.icwxxw (mgr.14180) 1007 : 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-21T11:11:20.522 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:20.523 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:20.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:21.906 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:22.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:20.519674+0000 mgr.smithi131.icwxxw (mgr.14180) 1008 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:22.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:21.160113+0000 mgr.smithi131.icwxxw (mgr.14180) 1009 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:22.542 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:20.519674+0000 mgr.smithi131.icwxxw (mgr.14180) 1008 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:22.542 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:21.160113+0000 mgr.smithi131.icwxxw (mgr.14180) 1009 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:23.274 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:23.274 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:23.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:24.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:23.160778+0000 mgr.smithi131.icwxxw (mgr.14180) 1010 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:11:24.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:23.160778+0000 mgr.smithi131.icwxxw (mgr.14180) 1010 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:11:24.678 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:25.316 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:23.270606+0000 mgr.smithi131.icwxxw (mgr.14180) 1011 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:25.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:23.270606+0000 mgr.smithi131.icwxxw (mgr.14180) 1011 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:26.067 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:26.067 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:26.403 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:25.161336+0000 mgr.smithi131.icwxxw (mgr.14180) 1012 : 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-21T11:11:26.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:26.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:25.161336+0000 mgr.smithi131.icwxxw (mgr.14180) 1012 : 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-21T11:11:27.464 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:27.496 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:26.063173+0000 mgr.smithi131.icwxxw (mgr.14180) 1013 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:27.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:26.063173+0000 mgr.smithi131.icwxxw (mgr.14180) 1013 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:28.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:28 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:27.162174+0000 mgr.smithi131.icwxxw (mgr.14180) 1014 : 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-21T11:11:28.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:28 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:27.162174+0000 mgr.smithi131.icwxxw (mgr.14180) 1014 : 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-21T11:11:28.816 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:28.817 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:29.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:30.205 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:30.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:28.813572+0000 mgr.smithi131.icwxxw (mgr.14180) 1015 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:30.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:29.162884+0000 mgr.smithi131.icwxxw (mgr.14180) 1016 : 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-21T11:11:30.566 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:28.813572+0000 mgr.smithi131.icwxxw (mgr.14180) 1015 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:30.566 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:29.162884+0000 mgr.smithi131.icwxxw (mgr.14180) 1016 : 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-21T11:11:31.539 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:31.540 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:31.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:32.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:31.163693+0000 mgr.smithi131.icwxxw (mgr.14180) 1017 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:32.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:31.163693+0000 mgr.smithi131.icwxxw (mgr.14180) 1017 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:32.931 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:33.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:31.536703+0000 mgr.smithi131.icwxxw (mgr.14180) 1018 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:33.624 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:31.536703+0000 mgr.smithi131.icwxxw (mgr.14180) 1018 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:34.266 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:34.266 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:34.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:33.164495+0000 mgr.smithi131.icwxxw (mgr.14180) 1019 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:11:34.560 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:33.164495+0000 mgr.smithi131.icwxxw (mgr.14180) 1019 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:11:34.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:35.638 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:36.323 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:34.263063+0000 mgr.smithi131.icwxxw (mgr.14180) 1020 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:36.323 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:35.165080+0000 mgr.smithi131.icwxxw (mgr.14180) 1021 : 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-21T11:11:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:34.263063+0000 mgr.smithi131.icwxxw (mgr.14180) 1020 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:35.165080+0000 mgr.smithi131.icwxxw (mgr.14180) 1021 : 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-21T11:11:37.005 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:37.005 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:37.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:38.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:37.001760+0000 mgr.smithi131.icwxxw (mgr.14180) 1022 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:38.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:37.165781+0000 mgr.smithi131.icwxxw (mgr.14180) 1023 : 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-21T11:11:38.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:37.001760+0000 mgr.smithi131.icwxxw (mgr.14180) 1022 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:38.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:37.165781+0000 mgr.smithi131.icwxxw (mgr.14180) 1023 : 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-21T11:11:38.381 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:39.790 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:39.790 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:40.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:40.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:40 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:39.166500+0000 mgr.smithi131.icwxxw (mgr.14180) 1024 : 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-21T11:11:40.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:40 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:39.166500+0000 mgr.smithi131.icwxxw (mgr.14180) 1024 : 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-21T11:11:41.178 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:41.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:39.786391+0000 mgr.smithi131.icwxxw (mgr.14180) 1025 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:41.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:39.786391+0000 mgr.smithi131.icwxxw (mgr.14180) 1025 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:41.167299+0000 mgr.smithi131.icwxxw (mgr.14180) 1026 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:42.508 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:42.508 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:42.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:41.167299+0000 mgr.smithi131.icwxxw (mgr.14180) 1026 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:42.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:43.870 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:44.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:42.505242+0000 mgr.smithi131.icwxxw (mgr.14180) 1027 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:44.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:43.168011+0000 mgr.smithi131.icwxxw (mgr.14180) 1028 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:11:44.547 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:42.505242+0000 mgr.smithi131.icwxxw (mgr.14180) 1027 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:44.547 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:43.168011+0000 mgr.smithi131.icwxxw (mgr.14180) 1028 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:11:45.203 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:45.203 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:45.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:46.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:45.168711+0000 mgr.smithi131.icwxxw (mgr.14180) 1029 : 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-21T11:11:46.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:45.199820+0000 mgr.smithi131.icwxxw (mgr.14180) 1030 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:46.587 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:46.620 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:45.168711+0000 mgr.smithi131.icwxxw (mgr.14180) 1029 : 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-21T11:11:46.620 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:45.199820+0000 mgr.smithi131.icwxxw (mgr.14180) 1030 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:47.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:47.169410+0000 mgr.smithi131.icwxxw (mgr.14180) 1031 : 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-21T11:11:47.970 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:47.970 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:47.169410+0000 mgr.smithi131.icwxxw (mgr.14180) 1031 : 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-21T11:11:48.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:49.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:47.967657+0000 mgr.smithi131.icwxxw (mgr.14180) 1032 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:49.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:47.967657+0000 mgr.smithi131.icwxxw (mgr.14180) 1032 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:49.343 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:49.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:49.170038+0000 mgr.smithi131.icwxxw (mgr.14180) 1033 : 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-21T11:11:50.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:49.170038+0000 mgr.smithi131.icwxxw (mgr.14180) 1033 : 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-21T11:11:50.712 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:50.712 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:51.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:52.095 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:52.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:50.709056+0000 mgr.smithi131.icwxxw (mgr.14180) 1034 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:52.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:51.170776+0000 mgr.smithi131.icwxxw (mgr.14180) 1035 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:52.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:50.709056+0000 mgr.smithi131.icwxxw (mgr.14180) 1034 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:52.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:51.170776+0000 mgr.smithi131.icwxxw (mgr.14180) 1035 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:11:53.468 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:53.468 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:53.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:54.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:53.171585+0000 mgr.smithi131.icwxxw (mgr.14180) 1036 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:11:54.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:53.171585+0000 mgr.smithi131.icwxxw (mgr.14180) 1036 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:11:54.835 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:55.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:53.464533+0000 mgr.smithi131.icwxxw (mgr.14180) 1037 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:55.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:53.464533+0000 mgr.smithi131.icwxxw (mgr.14180) 1037 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:56.143 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:56.143 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:56.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:55.172119+0000 mgr.smithi131.icwxxw (mgr.14180) 1038 : 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-21T11:11:56.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:11:56.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:55.172119+0000 mgr.smithi131.icwxxw (mgr.14180) 1038 : 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-21T11:11:57.510 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:11:57.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:56.139299+0000 mgr.smithi131.icwxxw (mgr.14180) 1039 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:57.542 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:56.139299+0000 mgr.smithi131.icwxxw (mgr.14180) 1039 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:11:58.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:11:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:57.172882+0000 mgr.smithi131.icwxxw (mgr.14180) 1040 : 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-21T11:11:58.537 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:11:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:57.172882+0000 mgr.smithi131.icwxxw (mgr.14180) 1040 : 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-21T11:11:58.893 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:11:58.893 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:11:59.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:00.277 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:11:58.890198+0000 mgr.smithi131.icwxxw (mgr.14180) 1041 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:11:59.173450+0000 mgr.smithi131.icwxxw (mgr.14180) 1042 : 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-21T11:12:00.627 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:11:58.890198+0000 mgr.smithi131.icwxxw (mgr.14180) 1041 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:00.627 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:11:59.173450+0000 mgr.smithi131.icwxxw (mgr.14180) 1042 : 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-21T11:12:01.641 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:01.642 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:02.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:02.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:02 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:01.174135+0000 mgr.smithi131.icwxxw (mgr.14180) 1043 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:12:02.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:02 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:01.174135+0000 mgr.smithi131.icwxxw (mgr.14180) 1043 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:12:03.095 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:03.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:01.637635+0000 mgr.smithi131.icwxxw (mgr.14180) 1044 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:03.580 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:01.637635+0000 mgr.smithi131.icwxxw (mgr.14180) 1044 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:04.434 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:04.435 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:04.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:04 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:03.174775+0000 mgr.smithi131.icwxxw (mgr.14180) 1045 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:12:04.619 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:04 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:03.174775+0000 mgr.smithi131.icwxxw (mgr.14180) 1045 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:12:04.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:05.815 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:06.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:04.431050+0000 mgr.smithi131.icwxxw (mgr.14180) 1046 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:06.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:06 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:05.175391+0000 mgr.smithi131.icwxxw (mgr.14180) 1047 : 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-21T11:12:06.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:04.431050+0000 mgr.smithi131.icwxxw (mgr.14180) 1046 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:06.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:06 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:05.175391+0000 mgr.smithi131.icwxxw (mgr.14180) 1047 : 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-21T11:12:07.158 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:07.158 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:07.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:08.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:07.154693+0000 mgr.smithi131.icwxxw (mgr.14180) 1048 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:08.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:07.176146+0000 mgr.smithi131.icwxxw (mgr.14180) 1049 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:12:08.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:07.154693+0000 mgr.smithi131.icwxxw (mgr.14180) 1048 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:08.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:07.176146+0000 mgr.smithi131.icwxxw (mgr.14180) 1049 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:12:08.585 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:09.989 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:09.989 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:10.338 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:10 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:09.176835+0000 mgr.smithi131.icwxxw (mgr.14180) 1050 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:12:10.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:10.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:10 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:09.176835+0000 mgr.smithi131.icwxxw (mgr.14180) 1050 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:12:11.407 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:11.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:09.986078+0000 mgr.smithi131.icwxxw (mgr.14180) 1051 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:11.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:09.986078+0000 mgr.smithi131.icwxxw (mgr.14180) 1051 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:12.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:12 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:11.177858+0000 mgr.smithi131.icwxxw (mgr.14180) 1052 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:12:12.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:12 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:11.177858+0000 mgr.smithi131.icwxxw (mgr.14180) 1052 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:12:12.830 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:12.830 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:13.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:14.207 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:14.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:12.827190+0000 mgr.smithi131.icwxxw (mgr.14180) 1053 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:14.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:13.178449+0000 mgr.smithi131.icwxxw (mgr.14180) 1054 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:12:14.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:12.827190+0000 mgr.smithi131.icwxxw (mgr.14180) 1053 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:14.592 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:13.178449+0000 mgr.smithi131.icwxxw (mgr.14180) 1054 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:12:15.641 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:15.642 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:16.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:16.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:15.179013+0000 mgr.smithi131.icwxxw (mgr.14180) 1055 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:12:16.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:15.179013+0000 mgr.smithi131.icwxxw (mgr.14180) 1055 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:12:17.034 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:17.375 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:15.638323+0000 mgr.smithi131.icwxxw (mgr.14180) 1056 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:17.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:15.638323+0000 mgr.smithi131.icwxxw (mgr.14180) 1056 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:18.413 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:18.413 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:18.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:18 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:17.179730+0000 mgr.smithi131.icwxxw (mgr.14180) 1057 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:12:18.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:18 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:17.179730+0000 mgr.smithi131.icwxxw (mgr.14180) 1057 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:12:18.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:19.827 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:20.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:18.409613+0000 mgr.smithi131.icwxxw (mgr.14180) 1058 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:20.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:20 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:19.180523+0000 mgr.smithi131.icwxxw (mgr.14180) 1059 : 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-21T11:12:20.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:18.409613+0000 mgr.smithi131.icwxxw (mgr.14180) 1058 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:20.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:20 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:19.180523+0000 mgr.smithi131.icwxxw (mgr.14180) 1059 : 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-21T11:12:21.112 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:21.113 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:21.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:22.488 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:22.520 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:21.109590+0000 mgr.smithi131.icwxxw (mgr.14180) 1060 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:22.520 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:21.181205+0000 mgr.smithi131.icwxxw (mgr.14180) 1061 : 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-21T11:12:22.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:21.109590+0000 mgr.smithi131.icwxxw (mgr.14180) 1060 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:22.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:21.181205+0000 mgr.smithi131.icwxxw (mgr.14180) 1061 : 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-21T11:12:23.808 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:23.809 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:24.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:24.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:24 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:23.182002+0000 mgr.smithi131.icwxxw (mgr.14180) 1062 : 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-21T11:12:24.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:24 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:23.182002+0000 mgr.smithi131.icwxxw (mgr.14180) 1062 : 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-21T11:12:25.183 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:25.515 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:23.804651+0000 mgr.smithi131.icwxxw (mgr.14180) 1063 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:25.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:23.804651+0000 mgr.smithi131.icwxxw (mgr.14180) 1063 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:26.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:26 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:25.182826+0000 mgr.smithi131.icwxxw (mgr.14180) 1064 : 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-21T11:12:26.558 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:26.559 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:26.590 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:26 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:25.182826+0000 mgr.smithi131.icwxxw (mgr.14180) 1064 : 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-21T11:12:26.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:27.956 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:28.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:26.555346+0000 mgr.smithi131.icwxxw (mgr.14180) 1065 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:28.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:27.183770+0000 mgr.smithi131.icwxxw (mgr.14180) 1066 : 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-21T11:12:28.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:26.555346+0000 mgr.smithi131.icwxxw (mgr.14180) 1065 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:28.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:27.183770+0000 mgr.smithi131.icwxxw (mgr.14180) 1066 : 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-21T11:12:29.300 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:29.300 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:29.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:30.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:29.184281+0000 mgr.smithi131.icwxxw (mgr.14180) 1067 : 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-21T11:12:30.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:29.184281+0000 mgr.smithi131.icwxxw (mgr.14180) 1067 : 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-21T11:12:30.705 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:31.339 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:29.297033+0000 mgr.smithi131.icwxxw (mgr.14180) 1068 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:31.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:29.297033+0000 mgr.smithi131.icwxxw (mgr.14180) 1068 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:32.043 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:32.043 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:32.393 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:32 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:31.184937+0000 mgr.smithi131.icwxxw (mgr.14180) 1069 : 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-21T11:12:32.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:32.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:32 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:31.184937+0000 mgr.smithi131.icwxxw (mgr.14180) 1069 : 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-21T11:12:33.445 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:33.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:32.039877+0000 mgr.smithi131.icwxxw (mgr.14180) 1070 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:33.675 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:32.039877+0000 mgr.smithi131.icwxxw (mgr.14180) 1070 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:34.422 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:34 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:33.185866+0000 mgr.smithi131.icwxxw (mgr.14180) 1071 : 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-21T11:12:34.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:34 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:33.185866+0000 mgr.smithi131.icwxxw (mgr.14180) 1071 : 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-21T11:12:34.815 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:34.816 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:35.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:36.203 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:34.812144+0000 mgr.smithi131.icwxxw (mgr.14180) 1072 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:36.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:35.186484+0000 mgr.smithi131.icwxxw (mgr.14180) 1073 : 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-21T11:12:36.605 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:34.812144+0000 mgr.smithi131.icwxxw (mgr.14180) 1072 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:36.606 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:35.186484+0000 mgr.smithi131.icwxxw (mgr.14180) 1073 : 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-21T11:12:37.686 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:37.686 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:38.034 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:37.187196+0000 mgr.smithi131.icwxxw (mgr.14180) 1074 : 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-21T11:12:38.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:38.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:37.187196+0000 mgr.smithi131.icwxxw (mgr.14180) 1074 : 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-21T11:12:39.063 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:39.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:37.682322+0000 mgr.smithi131.icwxxw (mgr.14180) 1075 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:39.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:37.682322+0000 mgr.smithi131.icwxxw (mgr.14180) 1075 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:40.030 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:39.187740+0000 mgr.smithi131.icwxxw (mgr.14180) 1076 : 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-21T11:12:40.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:39.187740+0000 mgr.smithi131.icwxxw (mgr.14180) 1076 : 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-21T11:12:40.402 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:40.402 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:40.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:41.787 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:42.425 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:40.398702+0000 mgr.smithi131.icwxxw (mgr.14180) 1077 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:42.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:42 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:41.188417+0000 mgr.smithi131.icwxxw (mgr.14180) 1078 : 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-21T11:12:42.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:40.398702+0000 mgr.smithi131.icwxxw (mgr.14180) 1077 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:42.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:42 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:41.188417+0000 mgr.smithi131.icwxxw (mgr.14180) 1078 : 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-21T11:12:43.159 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:43.159 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:43.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:44.514 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:44.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:43.155616+0000 mgr.smithi131.icwxxw (mgr.14180) 1079 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:44.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:43.189141+0000 mgr.smithi131.icwxxw (mgr.14180) 1080 : 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-21T11:12:44.546 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:43.155616+0000 mgr.smithi131.icwxxw (mgr.14180) 1079 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:44.547 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:43.189141+0000 mgr.smithi131.icwxxw (mgr.14180) 1080 : 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-21T11:12:45.895 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:45.896 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:02:42.517514Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.nimarf on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-nimarf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.nimarf\nDeploy daemon haproxy.nfs.foo.smithi187.nimarf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:00:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:01:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:02:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.594120Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.hdmaim on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-hdmaim\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.hdmaim\nDeploy daemon haproxy.nfs.foo.smithi131.hdmaim ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:03:49Z\" 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-21T11:04:27Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:05:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:06:12.595294Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.lzeojg on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:46.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:46.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:45.189763+0000 mgr.smithi131.icwxxw (mgr.14180) 1081 : 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-21T11:12:46.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:45.189763+0000 mgr.smithi131.icwxxw (mgr.14180) 1081 : 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-21T11:12:47.307 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:47.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:45.892553+0000 mgr.smithi131.icwxxw (mgr.14180) 1082 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:47.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:46.306653+0000 mon.smithi131 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.efinhs"}]: dispatch 2024-01-21T11:12:47.644 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:45.892553+0000 mgr.smithi131.icwxxw (mgr.14180) 1082 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:47.644 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:46.306653+0000 mon.smithi131 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi131.efinhs"}]: dispatch 2024-01-21T11:12:48.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:12:46.306095+0000 mgr.smithi131.icwxxw (mgr.14180) 1083 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs 2024-01-21T11:12:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs 2024-01-21T11:12:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs 2024-01-21T11:12:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs 2024-01-21T11:12:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi131.efinhs ... 2024-01-21T11:12:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:12:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:12:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:10:53Z" 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-21T11:12:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:11:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:12:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:12:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:12:48.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:12:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:12:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Traceback (most recent call last): 2024-01-21T11:12:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:12:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: yield (conn, connr) 2024-01-21T11:12:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:12:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: code, '\n'.join(err))) 2024-01-21T11:12:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs 2024-01-21T11:12:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs 2024-01-21T11:12:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs 2024-01-21T11:12:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs 2024-01-21T11:12:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi131.efinhs ... 2024-01-21T11:12:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:12:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:12:48.533 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:10:53Z" 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-21T11:12:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:11:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:12:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:12:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:12:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:12:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:12:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:12:46.306271+0000 mgr.smithi131.icwxxw (mgr.14180) 1084 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.efinhs 2024-01-21T11:12:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:12:46.307199+0000 mgr.smithi131.icwxxw (mgr.14180) 1085 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs 2024-01-21T11:12:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs 2024-01-21T11:12:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs 2024-01-21T11:12:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs 2024-01-21T11:12:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: Deploy daemon haproxy.nfs.foo.smithi131.efinhs ... 2024-01-21T11:12:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:12:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:12:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:10:53Z" 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-21T11:12:48.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:11:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:12:48.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: stat: stderr time="2024-01-21T11:12:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:12:48.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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-21T11:12:48.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:12:48.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:12:46.308339+0000 mgr.smithi131.icwxxw (mgr.14180) 1086 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:12:48.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:12:46.309307+0000 mgr.smithi131.icwxxw (mgr.14180) 1087 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:12:48.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:46.310083+0000 mgr.smithi131.icwxxw (mgr.14180) 1088 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T11:12:48.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:47.250203+0000 mon.smithi131 (mon.0) 706 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:12:48.535 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:48 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:47.653970+0000 mon.smithi131 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:12:48.643 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:48.643 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:48.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:12:46.306095+0000 mgr.smithi131.icwxxw (mgr.14180) 1083 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs 2024-01-21T11:12:48.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs 2024-01-21T11:12:48.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs 2024-01-21T11:12:48.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs 2024-01-21T11:12:48.668 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi131.efinhs ... 2024-01-21T11:12:48.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:12:48.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:12:48.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:10:53Z" 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-21T11:12:48.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:11:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:12:48.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:12:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:12:48.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:12:48.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:12:48.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Traceback (most recent call last): 2024-01-21T11:12:48.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:12:48.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: yield (conn, connr) 2024-01-21T11:12:48.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:12:48.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: code, '\n'.join(err))) 2024-01-21T11:12:48.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs 2024-01-21T11:12:48.669 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs 2024-01-21T11:12:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs 2024-01-21T11:12:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs 2024-01-21T11:12:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi131.efinhs ... 2024-01-21T11:12:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:12:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:12:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:10:53Z" 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-21T11:12:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:11:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:12:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:12:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:12:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:12:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:12:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:12:46.306271+0000 mgr.smithi131.icwxxw (mgr.14180) 1084 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi131.efinhs 2024-01-21T11:12:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:12:46.307199+0000 mgr.smithi131.icwxxw (mgr.14180) 1085 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs 2024-01-21T11:12:48.670 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs 2024-01-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs 2024-01-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: /bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs 2024-01-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: Deploy daemon haproxy.nfs.foo.smithi131.efinhs ... 2024-01-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:10:53Z" 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-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:11:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: stat: stderr time="2024-01-21T11:12:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: 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=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:12:46.308339+0000 mgr.smithi131.icwxxw (mgr.14180) 1086 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:12:46.309307+0000 mgr.smithi131.icwxxw (mgr.14180) 1087 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:46.310083+0000 mgr.smithi131.icwxxw (mgr.14180) 1088 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:47.250203+0000 mon.smithi131 (mon.0) 706 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:12:48.671 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:48 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:47.653970+0000 mon.smithi131 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:12:49.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:50.066 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:50.403 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:48.310793+0000 mgr.smithi131.icwxxw (mgr.14180) 1089 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T11:12:50.403 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:50 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:48.639842+0000 mgr.smithi131.icwxxw (mgr.14180) 1090 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:50.530 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:48.310793+0000 mgr.smithi131.icwxxw (mgr.14180) 1089 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T11:12:50.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:50 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:48.639842+0000 mgr.smithi131.icwxxw (mgr.14180) 1090 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:51.367 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:51.367 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:51.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:52.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:50.311820+0000 mgr.smithi131.icwxxw (mgr.14180) 1091 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T11:12:52.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:50.311820+0000 mgr.smithi131.icwxxw (mgr.14180) 1091 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T11:12:52.784 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:53.403 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:53 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:51.363011+0000 mgr.smithi131.icwxxw (mgr.14180) 1092 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:53.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:53 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:51.363011+0000 mgr.smithi131.icwxxw (mgr.14180) 1092 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:54.081 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:54.082 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:54.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:52.312671+0000 mgr.smithi131.icwxxw (mgr.14180) 1093 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2024-01-21T11:12:54.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:54.078533+0000 mgr.smithi131.icwxxw (mgr.14180) 1094 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:54.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:54.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:52.312671+0000 mgr.smithi131.icwxxw (mgr.14180) 1093 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2024-01-21T11:12:54.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:54.078533+0000 mgr.smithi131.icwxxw (mgr.14180) 1094 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:55.489 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:55.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:55 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:54.313306+0000 mgr.smithi131.icwxxw (mgr.14180) 1095 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T11:12:55.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:55 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:54.313306+0000 mgr.smithi131.icwxxw (mgr.14180) 1095 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T11:12:56.909 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:56.910 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:57.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:12:58.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:56.314146+0000 mgr.smithi131.icwxxw (mgr.14180) 1096 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T11:12:58.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:56.906544+0000 mgr.smithi131.icwxxw (mgr.14180) 1097 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:58.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:56.314146+0000 mgr.smithi131.icwxxw (mgr.14180) 1096 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-01-21T11:12:58.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:56.906544+0000 mgr.smithi131.icwxxw (mgr.14180) 1097 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:12:58.284 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:12:59.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:12:58.315573+0000 mgr.smithi131.icwxxw (mgr.14180) 1098 : 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-21T11:12:59.677 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:12:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:58.493803+0000 mon.smithi131 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:12:59.684 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:12:59.684 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:12:59.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:12:58.315573+0000 mgr.smithi131.icwxxw (mgr.14180) 1098 : 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-21T11:12:59.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:12:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:58.493803+0000 mon.smithi131 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:13:00.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:00.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:12:59.681143+0000 mgr.smithi131.icwxxw (mgr.14180) 1099 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:00.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:00 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:12:59.681143+0000 mgr.smithi131.icwxxw (mgr.14180) 1099 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:01.051 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:01.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:01 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:00.316318+0000 mgr.smithi131.icwxxw (mgr.14180) 1100 : 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-21T11:13:01.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:01 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:00.316318+0000 mgr.smithi131.icwxxw (mgr.14180) 1100 : 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-21T11:13:02.416 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:02.416 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:02.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:03.791 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:04.125 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:02.317403+0000 mgr.smithi131.icwxxw (mgr.14180) 1101 : 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-21T11:13:04.125 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:03 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:02.413468+0000 mgr.smithi131.icwxxw (mgr.14180) 1102 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:04.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:02.317403+0000 mgr.smithi131.icwxxw (mgr.14180) 1101 : 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-21T11:13:04.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:03 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:02.413468+0000 mgr.smithi131.icwxxw (mgr.14180) 1102 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:05.155 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:05.155 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:05.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:06.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:04.318110+0000 mgr.smithi131.icwxxw (mgr.14180) 1103 : 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-21T11:13:06.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:05 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:05.152340+0000 mgr.smithi131.icwxxw (mgr.14180) 1104 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:06.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:04.318110+0000 mgr.smithi131.icwxxw (mgr.14180) 1103 : 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-21T11:13:06.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:05 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:05.152340+0000 mgr.smithi131.icwxxw (mgr.14180) 1104 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:06.540 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:07.901 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:07.901 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:08.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:07 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:06.318869+0000 mgr.smithi131.icwxxw (mgr.14180) 1105 : 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-21T11:13:08.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:07 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:06.318869+0000 mgr.smithi131.icwxxw (mgr.14180) 1105 : 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-21T11:13:08.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:09.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:08 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:07.897700+0000 mgr.smithi131.icwxxw (mgr.14180) 1106 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:09.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:08 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:07.897700+0000 mgr.smithi131.icwxxw (mgr.14180) 1106 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:09.314 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:09.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:09 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:08.319539+0000 mgr.smithi131.icwxxw (mgr.14180) 1107 : 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-21T11:13:10.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:09 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:08.319539+0000 mgr.smithi131.icwxxw (mgr.14180) 1107 : 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-21T11:13:10.667 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:10.667 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:11.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:12.072 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:12.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:10.320234+0000 mgr.smithi131.icwxxw (mgr.14180) 1108 : 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-21T11:13:12.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:11 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:10.663603+0000 mgr.smithi131.icwxxw (mgr.14180) 1109 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:12.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:10.320234+0000 mgr.smithi131.icwxxw (mgr.14180) 1108 : 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-21T11:13:12.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:11 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:10.663603+0000 mgr.smithi131.icwxxw (mgr.14180) 1109 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:13.406 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:13.407 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:13.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:14.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:13 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:12.321086+0000 mgr.smithi131.icwxxw (mgr.14180) 1110 : 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-21T11:13:14.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:13 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:12.321086+0000 mgr.smithi131.icwxxw (mgr.14180) 1110 : 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-21T11:13:14.781 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:15.107 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:14 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:13.403179+0000 mgr.smithi131.icwxxw (mgr.14180) 1111 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:15.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:14 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:13.403179+0000 mgr.smithi131.icwxxw (mgr.14180) 1111 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:16.131 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:16.131 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:16.159 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:15 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:14.321851+0000 mgr.smithi131.icwxxw (mgr.14180) 1112 : 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-21T11:13:16.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:15 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:14.321851+0000 mgr.smithi131.icwxxw (mgr.14180) 1112 : 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-21T11:13:16.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:17.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:16 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:16.127331+0000 mgr.smithi131.icwxxw (mgr.14180) 1113 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:17.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:16 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:16.127331+0000 mgr.smithi131.icwxxw (mgr.14180) 1113 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:17.580 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:18.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:17 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:16.322673+0000 mgr.smithi131.icwxxw (mgr.14180) 1114 : 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-21T11:13:18.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:17 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:16.322673+0000 mgr.smithi131.icwxxw (mgr.14180) 1114 : 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-21T11:13:18.923 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:18.923 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:19.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:20.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:18.323358+0000 mgr.smithi131.icwxxw (mgr.14180) 1115 : 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-21T11:13:20.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:19 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:18.920285+0000 mgr.smithi131.icwxxw (mgr.14180) 1116 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:20.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:18.323358+0000 mgr.smithi131.icwxxw (mgr.14180) 1115 : 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-21T11:13:20.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:19 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:18.920285+0000 mgr.smithi131.icwxxw (mgr.14180) 1116 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:20.330 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:21.684 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:21.684 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:21.993 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:21 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:20.324220+0000 mgr.smithi131.icwxxw (mgr.14180) 1117 : 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-21T11:13:22.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:22.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:21 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:20.324220+0000 mgr.smithi131.icwxxw (mgr.14180) 1117 : 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-21T11:13:23.054 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:23.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:22 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:21.680401+0000 mgr.smithi131.icwxxw (mgr.14180) 1118 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:23.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:22 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:21.680401+0000 mgr.smithi131.icwxxw (mgr.14180) 1118 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:24.049 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:23 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:22.325033+0000 mgr.smithi131.icwxxw (mgr.14180) 1119 : 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-21T11:13:24.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:23 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:22.325033+0000 mgr.smithi131.icwxxw (mgr.14180) 1119 : 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-21T11:13:24.405 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:24.405 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:24.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:25.779 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:26.162 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:24.325710+0000 mgr.smithi131.icwxxw (mgr.14180) 1120 : 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-21T11:13:26.162 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:25 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:24.402078+0000 mgr.smithi131.icwxxw (mgr.14180) 1121 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:26.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:24.325710+0000 mgr.smithi131.icwxxw (mgr.14180) 1120 : 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-21T11:13:26.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:25 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:24.402078+0000 mgr.smithi131.icwxxw (mgr.14180) 1121 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:27.263 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:27.263 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:27.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:28.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:26.326465+0000 mgr.smithi131.icwxxw (mgr.14180) 1122 : 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-21T11:13:28.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:27 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:27.259458+0000 mgr.smithi131.icwxxw (mgr.14180) 1123 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:28.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:26.326465+0000 mgr.smithi131.icwxxw (mgr.14180) 1122 : 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-21T11:13:28.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:27 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:27.259458+0000 mgr.smithi131.icwxxw (mgr.14180) 1123 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:28.637 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:30.015 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:30.015 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:30.194 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:29 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:28.327329+0000 mgr.smithi131.icwxxw (mgr.14180) 1124 : 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-21T11:13:30.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:29 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:28.327329+0000 mgr.smithi131.icwxxw (mgr.14180) 1124 : 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-21T11:13:30.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:31.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:30 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:30.011206+0000 mgr.smithi131.icwxxw (mgr.14180) 1125 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:31.381 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:31.413 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:30 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:30.011206+0000 mgr.smithi131.icwxxw (mgr.14180) 1125 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:32.038 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:31 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:30.328013+0000 mgr.smithi131.icwxxw (mgr.14180) 1126 : 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-21T11:13:32.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:31 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:30.328013+0000 mgr.smithi131.icwxxw (mgr.14180) 1126 : 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-21T11:13:32.726 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:32.726 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:33.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:34.102 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:34.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:32.328850+0000 mgr.smithi131.icwxxw (mgr.14180) 1127 : 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-21T11:13:34.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:33 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:32.723315+0000 mgr.smithi131.icwxxw (mgr.14180) 1128 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:34.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:32.328850+0000 mgr.smithi131.icwxxw (mgr.14180) 1127 : 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-21T11:13:34.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:33 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:32.723315+0000 mgr.smithi131.icwxxw (mgr.14180) 1128 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:35.444 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:35.444 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:35.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:36.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:35 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:34.329511+0000 mgr.smithi131.icwxxw (mgr.14180) 1129 : 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-21T11:13:36.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:35 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:34.329511+0000 mgr.smithi131.icwxxw (mgr.14180) 1129 : 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-21T11:13:36.820 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:37.152 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:36 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:35.440826+0000 mgr.smithi131.icwxxw (mgr.14180) 1130 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:37.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:36 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:35.440826+0000 mgr.smithi131.icwxxw (mgr.14180) 1130 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:38.153 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:38.263 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:38.264 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:37 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:36.330227+0000 mgr.smithi131.icwxxw (mgr.14180) 1131 : 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-21T11:13:38.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:37 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:36.330227+0000 mgr.smithi131.icwxxw (mgr.14180) 1131 : 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-21T11:13:38.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:39.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:38 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:38.149850+0000 mgr.smithi131.icwxxw (mgr.14180) 1132 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:39.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:38 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:38.149850+0000 mgr.smithi131.icwxxw (mgr.14180) 1132 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:39.535 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:40.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:39 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:38.331133+0000 mgr.smithi131.icwxxw (mgr.14180) 1133 : 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-21T11:13:40.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:39 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:38.331133+0000 mgr.smithi131.icwxxw (mgr.14180) 1133 : 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-21T11:13:40.840 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:40.840 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:41.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:42.204 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:42.237 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:40.332001+0000 mgr.smithi131.icwxxw (mgr.14180) 1134 : 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-21T11:13:42.237 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:41 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:40.837108+0000 mgr.smithi131.icwxxw (mgr.14180) 1135 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:42.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:40.332001+0000 mgr.smithi131.icwxxw (mgr.14180) 1134 : 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-21T11:13:42.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:41 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:40.837108+0000 mgr.smithi131.icwxxw (mgr.14180) 1135 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:43.578 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:43.578 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:43.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:44.175 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:43 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:42.332873+0000 mgr.smithi131.icwxxw (mgr.14180) 1136 : 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-21T11:13:44.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:43 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:42.332873+0000 mgr.smithi131.icwxxw (mgr.14180) 1136 : 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-21T11:13:44.951 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:45.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:44 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:43.574978+0000 mgr.smithi131.icwxxw (mgr.14180) 1137 : audit [DBG] from='client.16222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:45.292 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:44 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:43.574978+0000 mgr.smithi131.icwxxw (mgr.14180) 1137 : audit [DBG] from='client.16222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:46.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:45 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:44.333681+0000 mgr.smithi131.icwxxw (mgr.14180) 1138 : 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-21T11:13:46.300 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:46.300 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:14.295209Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:14.295350Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:14.295422Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:14.295485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:14.295544Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:14.295825Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:46.324 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:45 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:44.333681+0000 mgr.smithi131.icwxxw (mgr.14180) 1138 : 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-21T11:13:46.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:47.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:46 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:46.311778+0000 mon.smithi131 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:13:47.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:46 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:46.311778+0000 mon.smithi131 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:13:47.718 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:48.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:46.296705+0000 mgr.smithi131.icwxxw (mgr.14180) 1139 : audit [DBG] from='client.16226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:48.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:46.334388+0000 mgr.smithi131.icwxxw (mgr.14180) 1140 : cluster [DBG] pgmap v686: 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-21T11:13:48.176 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:47 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:47.744714+0000 mon.smithi131 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:13:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:46.296705+0000 mgr.smithi131.icwxxw (mgr.14180) 1139 : audit [DBG] from='client.16226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:46.334388+0000 mgr.smithi131.icwxxw (mgr.14180) 1140 : cluster [DBG] pgmap v686: 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-21T11:13:48.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:47 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:47.744714+0000 mon.smithi131 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:13:49.767 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:49.767 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:06:16.589778Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:06:16.589860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:06:16.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:06:16.589706Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:06:16.589536Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:06:16.590388Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:06:16.589980Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:06:16.590098Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:06:16.590040Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:06:16.590330Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:50.281 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:49 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:48.335241+0000 mgr.smithi131.icwxxw (mgr.14180) 1141 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T11:13:50.398 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:49 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:48.335241+0000 mgr.smithi131.icwxxw (mgr.14180) 1141 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T11:13:50.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:51.421 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:51.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:49.763274+0000 mgr.smithi131.icwxxw (mgr.14180) 1142 : audit [DBG] from='client.16230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:51.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:50.268290+0000 mon.smithi131 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:13:51.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:50.562364+0000 mon.smithi131 (mon.0) 712 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:13:51.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:50.563083+0000 mon.smithi131 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:13:51.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:50.570278+0000 mon.smithi131 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:13:51.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:50.574007+0000 mon.smithi131 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:13:51.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:51 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:50.581177+0000 mon.smithi131 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:13:51.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:49.763274+0000 mgr.smithi131.icwxxw (mgr.14180) 1142 : audit [DBG] from='client.16230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:51.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:50.268290+0000 mon.smithi131 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:13:51.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:50.562364+0000 mon.smithi131 (mon.0) 712 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:13:51.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:50.563083+0000 mon.smithi131 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:13:51.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:50.570278+0000 mon.smithi131 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:13:51.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:50.574007+0000 mon.smithi131 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:13:51.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:51 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:50.581177+0000 mon.smithi131 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:13:52.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:50.335932+0000 mgr.smithi131.icwxxw (mgr.14180) 1143 : cluster [DBG] pgmap v688: 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-21T11:13:52.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:50.570951+0000 mgr.smithi131.icwxxw (mgr.14180) 1144 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-01-21T11:13:52.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cephadm 2024-01-21T11:13:50.583043+0000 mgr.smithi131.icwxxw (mgr.14180) 1145 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.ulczbb on smithi187 2024-01-21T11:13:52.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:51.266359+0000 mon.smithi131 (mon.0) 717 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:13:52.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:52 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:51.266407+0000 mon.smithi131 (mon.0) 718 : cluster [INF] Cluster is now healthy 2024-01-21T11:13:52.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:50.335932+0000 mgr.smithi131.icwxxw (mgr.14180) 1143 : cluster [DBG] pgmap v688: 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-21T11:13:52.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:50.570951+0000 mgr.smithi131.icwxxw (mgr.14180) 1144 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-01-21T11:13:52.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cephadm 2024-01-21T11:13:50.583043+0000 mgr.smithi131.icwxxw (mgr.14180) 1145 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi187.ulczbb on smithi187 2024-01-21T11:13:52.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:51.266359+0000 mon.smithi131 (mon.0) 717 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:13:52.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:52 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:51.266407+0000 mon.smithi131 (mon.0) 718 : cluster [INF] Cluster is now healthy 2024-01-21T11:13:52.816 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:52.816 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:13:50.261697Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:13:47.738408Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:13:50.261842Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:13:47.738575Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:13:47.738651Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:13:50.262313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:13:47.738717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:13:47.738780Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:13:50.261961Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:13:47.739035Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:53.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:54.233 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:54.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:52.571530+0000 mgr.smithi131.icwxxw (mgr.14180) 1146 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-01-21T11:13:54.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:54 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:52.813082+0000 mgr.smithi131.icwxxw (mgr.14180) 1147 : audit [DBG] from='client.16234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:54.565 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:52.571530+0000 mgr.smithi131.icwxxw (mgr.14180) 1146 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-01-21T11:13:54.566 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:54 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:52.813082+0000 mgr.smithi131.icwxxw (mgr.14180) 1147 : audit [DBG] from='client.16234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:55.531 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:55.531 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:13:50.261697Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:13:47.738408Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:13:50.261842Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:13:47.738575Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:13:47.738651Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:13:50.262313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:13:47.738717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:13:47.738780Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:13:50.261961Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:13:47.739035Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:55.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:56.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:56 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:54.572214+0000 mgr.smithi131.icwxxw (mgr.14180) 1148 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-01-21T11:13:56.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:56 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:54.572214+0000 mgr.smithi131.icwxxw (mgr.14180) 1148 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 800 B/s rd, 0 op/s 2024-01-21T11:13:56.875 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:13:57.676 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:57 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:55.528176+0000 mgr.smithi131.icwxxw (mgr.14180) 1149 : audit [DBG] from='client.16238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:57.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:57 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:55.528176+0000 mgr.smithi131.icwxxw (mgr.14180) 1149 : audit [DBG] from='client.16238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:58.426 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:58 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:56.572996+0000 mgr.smithi131.icwxxw (mgr.14180) 1150 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:13:58.439 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-01-21T11:13:58.440 INFO:teuthology.orchestra.run.smithi131.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T10:51:40.950054Z", "last_refresh": "2024-01-21T11:13:50.261697Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T10:51:36.979207Z", "last_refresh": "2024-01-21T11:13:47.738408Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T10:51:39.131231Z", "last_refresh": "2024-01-21T11:13:50.261842Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:06:12.596234Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.nhdepx on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:09:46.793675Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi187.xxtklt on smithi187: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi187-xxtklt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi187.xxtklt\nDeploy daemon haproxy.nfs.foo.smithi187.xxtklt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:07:24Z\" 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-21T11:08:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:09:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/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 Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi187 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.307119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi131.efinhs on smithi131: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi131-efinhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\n/bin/podman: stderr Error: no such container ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi131.efinhs\nDeploy daemon haproxy.nfs.foo.smithi131.efinhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:10:53Z\" 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-21T11:11:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:12:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi131 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:12:46.308273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi187.bihlyh on smithi187: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:12:46.309246Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi131.dpzbgh on smithi131: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.131/16"}, "status": {"created": "2024-01-21T10:54:58.297961Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.131/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T10:51:36.115990Z", "last_refresh": "2024-01-21T11:13:47.738575Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:52:39.490651Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi131:172.21.15.131=smithi131", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T10:52:39.488188Z", "last_refresh": "2024-01-21T11:13:47.738651Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T10:54:58.296849Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T10:54:58.293369Z", "last_refresh": "2024-01-21T11:13:50.262313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T10:51:40.024164Z", "last_refresh": "2024-01-21T11:13:47.738717Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T10:53:04.211606Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T10:53:04.207971Z", "last_refresh": "2024-01-21T11:13:47.738780Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T10:51:38.110511Z", "last_refresh": "2024-01-21T11:13:50.261961Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T10:54:54.302562Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T10:54:58.521027Z", "last_refresh": "2024-01-21T11:13:47.739035Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:13:58.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:58 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:56.572996+0000 mgr.smithi131.icwxxw (mgr.14180) 1150 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:13:58.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:13:58.805 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_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/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-21T11:13:59.040 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=aef5fbfe22de44bb802870563e342fdf 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_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/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-21T11:13:59.041 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-21T11:13:59.053 INFO:tasks.vip:Removing 10.0.15.131 (and any VIPs) on smithi131.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T11:13:59.053 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip addr del 10.0.15.131/16 dev enp3s0f1 2024-01-21T11:13:59.096 DEBUG:teuthology.orchestra.run.smithi131:> sudo ip addr del 10.0.31.131/16 dev enp3s0f1 2024-01-21T11:13:59.162 INFO:teuthology.orchestra.run.smithi131.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T11:13:59.163 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T11:13:59.164 INFO:tasks.vip:Removing 10.0.15.187 (and any VIPs) on smithi187.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T11:13:59.164 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip addr del 10.0.15.187/16 dev enp3s0f1 2024-01-21T11:13:59.217 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip addr del 10.0.31.131/16 dev enp3s0f1 2024-01-21T11:13:59.245 INFO:teuthology.orchestra.run.smithi187.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T11:13:59.246 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T11:13:59.247 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-21T11:13:59.256 INFO:tasks.cephadm:Teardown begin 2024-01-21T11:13:59.257 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:13:59.284 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:13:59.315 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-21T11:13:59.315 DEBUG:teuthology.orchestra.run.smithi131:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T11:13:59.341 DEBUG:teuthology.orchestra.run.smithi187:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T11:13:59.372 INFO:tasks.cephadm:Stopping all daemons... 2024-01-21T11:13:59.373 INFO:tasks.cephadm.mon.smithi131:Stopping mon.smithi131... 2024-01-21T11:13:59.373 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@mon.smithi131 2024-01-21T11:13:59.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:59 smithi131 systemd[1]: Stopping Ceph mon.smithi131 for e5c272d8-b84a-11ee-95b0-87774f69a715... 2024-01-21T11:13:59.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:59 smithi131 bash[153924]: Error: no container with name or ID "ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon.smithi131" found: no such container 2024-01-21T11:13:59.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:58.436857+0000 mgr.smithi131.icwxxw (mgr.14180) 1151 : audit [DBG] from='client.16242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:59.658 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: audit 2024-01-21T11:13:58.495029+0000 mon.smithi131 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:13:59.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: cluster 2024-01-21T11:13:58.573510+0000 mgr.smithi131.icwxxw (mgr.14180) 1152 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:13:59.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T11:13:59.636+0000 7f75c3abc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi131 -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-21T11:13:59.659 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:59 smithi131 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131[32758]: debug 2024-01-21T11:13:59.636+0000 7f75c3abc700 -1 mon.smithi131@0(leader) e2 *** Got Signal Terminated *** 2024-01-21T11:13:59.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:58.436857+0000 mgr.smithi131.icwxxw (mgr.14180) 1151 : audit [DBG] from='client.16242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:13:59.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: audit 2024-01-21T11:13:58.495029+0000 mon.smithi131 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.131:0/3395306496' entity='mgr.smithi131.icwxxw' 2024-01-21T11:13:59.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:13:59 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: cluster 2024-01-21T11:13:58.573510+0000 mgr.smithi131.icwxxw (mgr.14180) 1152 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:13:59.926 INFO:journalctl@ceph.mon.smithi131.smithi131.stdout:Jan 21 11:13:59 smithi131 bash[153962]: ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi131 2024-01-21T11:14:00.168 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@mon.smithi131.service' 2024-01-21T11:14:00.225 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T11:14:00.225 INFO:tasks.cephadm.mon.smithi131:Stopped mon.smithi131 2024-01-21T11:14:00.226 INFO:tasks.cephadm.mon.smithi187:Stopping mon.smithi187... 2024-01-21T11:14:00.226 DEBUG:teuthology.orchestra.run.smithi187:> sudo systemctl stop ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@mon.smithi187 2024-01-21T11:14:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:14:00 smithi187 systemd[1]: Stopping Ceph mon.smithi187 for e5c272d8-b84a-11ee-95b0-87774f69a715... 2024-01-21T11:14:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:14:00 smithi187 bash[57016]: Error: no container with name or ID "ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon.smithi187" found: no such container 2024-01-21T11:14:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:14:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T11:14:00.500+0000 7f04f73c2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi187 -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-21T11:14:00.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:14:00 smithi187 ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187[36753]: debug 2024-01-21T11:14:00.500+0000 7f04f73c2700 -1 mon.smithi187@1(peon) e2 *** Got Signal Terminated *** 2024-01-21T11:14:00.990 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Jan 21 11:14:00 smithi187 bash[57055]: ceph-e5c272d8-b84a-11ee-95b0-87774f69a715-mon-smithi187 2024-01-21T11:14:00.996 DEBUG:teuthology.orchestra.run.smithi187:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5c272d8-b84a-11ee-95b0-87774f69a715@mon.smithi187.service' 2024-01-21T11:14:01.040 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T11:14:01.040 INFO:tasks.cephadm.mon.smithi187:Stopped mon.smithi187 2024-01-21T11:14:01.040 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T11:14:55.836 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T11:17:00.364 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:17:00.403 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:17:00.433 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-21T11:17:00.435 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524436/remote/ubuntu@smithi131.front.sepia.ceph.com/crash 2024-01-21T11:17:00.436 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/crash -- . 2024-01-21T11:17:00.488 INFO:teuthology.orchestra.run.smithi131.stderr:tar: /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T11:17:00.488 INFO:teuthology.orchestra.run.smithi131.stderr:tar: Error is not recoverable: exiting now 2024-01-21T11:17:00.490 DEBUG:teuthology.misc:Transferring archived files from smithi187:/var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524436/remote/ubuntu@smithi187.front.sepia.ceph.com/crash 2024-01-21T11:17:00.491 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/crash -- . 2024-01-21T11:17:00.529 INFO:teuthology.orchestra.run.smithi187.stderr:tar: /var/lib/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T11:17:00.529 INFO:teuthology.orchestra.run.smithi187.stderr:tar: Error is not recoverable: exiting now 2024-01-21T11:17:00.530 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-21T11:17:00.531 DEBUG:teuthology.orchestra.run.smithi131:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-21T11:17:00.560 INFO:teuthology.orchestra.run.smithi131.stderr:grep: /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph.log: No such file or directory 2024-01-21T11:17:00.561 INFO:tasks.cephadm:Compressing logs... 2024-01-21T11:17:00.562 DEBUG:teuthology.orchestra.run.smithi131:> 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-21T11:17:00.604 DEBUG:teuthology.orchestra.run.smithi187:> 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-21T11:17:00.630 INFO:teuthology.orchestra.run.smithi131.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-21T11:17:00.631 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T11:17:00.631 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.5.log 2024-01-21T11:17:00.631 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.7.log 2024-01-21T11:17:00.631 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.1.log 2024-01-21T11:17:00.633 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-mgr.smithi131.icwxxw.log 2024-01-21T11:17:00.633 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-mon.smithi131.log 2024-01-21T11:17:00.633 INFO:teuthology.orchestra.run.smithi187.stderr:find: ‘/var/log/rbd-target-api’: No such file or directorygzip 2024-01-21T11:17:00.634 INFO:teuthology.orchestra.run.smithi187.stderr:-5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T11:17:00.634 INFO:teuthology.orchestra.run.smithi187.stderr:gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.2.log 2024-01-21T11:17:00.634 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T11:17:00.634 INFO:teuthology.orchestra.run.smithi187.stderr:gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.0.log 2024-01-21T11:17:00.635 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.2.log: /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi187.lergqn.log 2024-01-21T11:17:00.635 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.6.log 2024-01-21T11:17:00.635 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi187.lergqn.log: 75.5% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi187.lergqn.log.gz 2024-01-21T11:17:00.635 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-mgr.smithi187.qmgmqr.log 2024-01-21T11:17:00.636 INFO:teuthology.orchestra.run.smithi187.stderr:gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.4.log 2024-01-21T11:17:00.637 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-mgr.smithi131.icwxxw.log: /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-mon.smithi131.log: gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.3.log 2024-01-21T11:17:00.638 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T11:17:00.639 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-mgr.smithi187.qmgmqr.log: /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.4.log: 94.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T11:17:00.640 INFO:teuthology.orchestra.run.smithi187.stderr: 92.4% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T11:17:00.643 INFO:teuthology.orchestra.run.smithi187.stderr: 93.2% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-mgr.smithi187.qmgmqr.log.gz 2024-01-21T11:17:00.643 INFO:teuthology.orchestra.run.smithi187.stderr:gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-mon.smithi187.log 2024-01-21T11:17:00.647 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.3.log: /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi131.uicise.log 2024-01-21T11:17:00.648 INFO:teuthology.orchestra.run.smithi131.stderr: 92.4% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T11:17:00.648 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi131.uicise.log: 74.6% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi131.uicise.log.gz 2024-01-21T11:17:00.653 INFO:teuthology.orchestra.run.smithi131.stderr: 93.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T11:17:00.853 INFO:teuthology.orchestra.run.smithi187.stderr:/var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-mon.smithi187.log: 92.6% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-mon.smithi187.log.gz 2024-01-21T11:17:00.893 INFO:teuthology.orchestra.run.smithi131.stderr: 89.5% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-mgr.smithi131.icwxxw.log.gz 2024-01-21T11:17:01.299 INFO:teuthology.orchestra.run.smithi131.stderr: 90.6% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-mon.smithi131.log.gz 2024-01-21T11:17:01.447 INFO:teuthology.orchestra.run.smithi131.stderr: 93.7% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.7.log.gz 2024-01-21T11:17:01.466 INFO:teuthology.orchestra.run.smithi131.stderr: 93.3% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.1.log.gz 2024-01-21T11:17:01.537 INFO:teuthology.orchestra.run.smithi187.stderr: 93.2% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.2.log.gz 2024-01-21T11:17:01.585 INFO:teuthology.orchestra.run.smithi187.stderr: 93.7% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.4.log.gz 2024-01-21T11:17:01.645 INFO:teuthology.orchestra.run.smithi187.stderr: 93.3% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.6.log.gz 2024-01-21T11:17:01.653 INFO:teuthology.orchestra.run.smithi187.stderr: 93.5% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.0.log.gz 2024-01-21T11:17:01.655 INFO:teuthology.orchestra.run.smithi187.stderr: 2024-01-21T11:17:01.655 INFO:teuthology.orchestra.run.smithi187.stderr:real 0m1.035s 2024-01-21T11:17:01.655 INFO:teuthology.orchestra.run.smithi187.stderr:user 0m3.967s 2024-01-21T11:17:01.655 INFO:teuthology.orchestra.run.smithi187.stderr:sys 0m0.172s 2024-01-21T11:17:01.693 INFO:teuthology.orchestra.run.smithi131.stderr: 93.4% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.5.log.gz 2024-01-21T11:17:01.897 INFO:teuthology.orchestra.run.smithi131.stderr: 93.6% -- replaced with /var/log/ceph/e5c272d8-b84a-11ee-95b0-87774f69a715/ceph-osd.3.log.gz 2024-01-21T11:17:01.899 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-01-21T11:17:01.899 INFO:teuthology.orchestra.run.smithi131.stderr:real 0m1.281s 2024-01-21T11:17:01.899 INFO:teuthology.orchestra.run.smithi131.stderr:user 0m4.772s 2024-01-21T11:17:01.900 INFO:teuthology.orchestra.run.smithi131.stderr:sys 0m0.180s 2024-01-21T11:17:01.900 INFO:tasks.cephadm:Archiving logs... 2024-01-21T11:17:01.900 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524436/remote/ubuntu@smithi131.front.sepia.ceph.com/log 2024-01-21T11:17:01.901 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T11:17:02.625 DEBUG:teuthology.misc:Transferring archived files from smithi187:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524436/remote/ubuntu@smithi187.front.sepia.ceph.com/log 2024-01-21T11:17:02.626 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T11:17:03.246 INFO:tasks.cephadm:Removing cluster... 2024-01-21T11:17:03.246 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 --force 2024-01-21T11:17:03.617 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5c272d8-b84a-11ee-95b0-87774f69a715 --force 2024-01-21T11:17:03.998 INFO:tasks.cephadm:Removing cephadm ... 2024-01-21T11:17:03.998 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T11:17:04.017 DEBUG:teuthology.orchestra.run.smithi187:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T11:17:04.034 INFO:tasks.cephadm:Teardown complete 2024-01-21T11:17:04.035 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-21T11:17:04.045 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_1... 2024-01-21T11:17:04.045 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_1 2024-01-21T11:17:04.189 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T11:17:04.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:17:04.191 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_2... 2024-01-21T11:17:04.191 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_2 2024-01-21T11:17:04.317 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T11:17:04.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:17:04.319 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_3... 2024-01-21T11:17:04.320 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_3 2024-01-21T11:17:04.449 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T11:17:04.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:17:04.451 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi131:/dev/vg_nvme/lv_4... 2024-01-21T11:17:04.451 DEBUG:teuthology.orchestra.run.smithi131:> sudo nvme disconnect -n lv_4 2024-01-21T11:17:04.574 INFO:teuthology.orchestra.run.smithi131.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T11:17:04.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:17:04.576 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-01-21T11:17:04.576 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/scratch_devs 2024-01-21T11:17:04.603 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi187:/dev/vg_nvme/lv_1... 2024-01-21T11:17:04.603 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme disconnect -n lv_1 2024-01-21T11:17:04.760 INFO:teuthology.orchestra.run.smithi187.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T11:17:04.762 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:17:04.762 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi187:/dev/vg_nvme/lv_2... 2024-01-21T11:17:04.762 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme disconnect -n lv_2 2024-01-21T11:17:04.900 INFO:teuthology.orchestra.run.smithi187.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T11:17:04.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:17:04.901 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi187:/dev/vg_nvme/lv_3... 2024-01-21T11:17:04.902 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme disconnect -n lv_3 2024-01-21T11:17:05.064 INFO:teuthology.orchestra.run.smithi187.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T11:17:05.065 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:17:05.065 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi187:/dev/vg_nvme/lv_4... 2024-01-21T11:17:05.066 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme disconnect -n lv_4 2024-01-21T11:17:05.201 INFO:teuthology.orchestra.run.smithi187.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T11:17:05.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:17:05.202 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2024-01-21T11:17:05.202 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/scratch_devs 2024-01-21T11:17:05.229 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-21T11:17:05.240 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-21T11:17:05.240 DEBUG:teuthology.orchestra.run.smithi131:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T11:17:05.242 DEBUG:teuthology.orchestra.run.smithi187:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T11:17:05.256 INFO:teuthology.orchestra.run.smithi131.stderr:bash: ntpq: command not found 2024-01-21T11:17:05.260 INFO:teuthology.orchestra.run.smithi131.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T11:17:05.260 INFO:teuthology.orchestra.run.smithi131.stdout:=============================================================================== 2024-01-21T11:17:05.260 INFO:teuthology.orchestra.run.smithi131.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 17 -421us[ -421us] +/- 85ms 2024-01-21T11:17:05.260 INFO:teuthology.orchestra.run.smithi131.stdout:^* hv02.front.sepia.ceph.com 3 6 377 18 -658us[ -645us] +/- 56ms 2024-01-21T11:17:05.260 INFO:teuthology.orchestra.run.smithi131.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 17 +1214us[+1214us] +/- 75ms 2024-01-21T11:17:05.260 INFO:teuthology.orchestra.run.smithi131.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:17:05.286 INFO:teuthology.orchestra.run.smithi187.stderr:bash: ntpq: command not found 2024-01-21T11:17:05.290 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T11:17:05.290 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2024-01-21T11:17:05.290 INFO:teuthology.orchestra.run.smithi187.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 15 -383us[ -391us] +/- 85ms 2024-01-21T11:17:05.290 INFO:teuthology.orchestra.run.smithi187.stdout:^* hv02.front.sepia.ceph.com 3 6 377 14 -653us[ -662us] +/- 56ms 2024-01-21T11:17:05.290 INFO:teuthology.orchestra.run.smithi187.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 16 +1215us[+1206us] +/- 75ms 2024-01-21T11:17:05.290 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:17:05.291 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-21T11:17:05.336 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-21T11:17:05.337 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-21T11:17:05.346 DEBUG:teuthology.orchestra.run.smithi131:> 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-21T11:17:05.419 DEBUG:teuthology.orchestra.run.smithi187:> 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-21T11:17:05.481 DEBUG:teuthology.orchestra.run.smithi131:> 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-21T11:17:05.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:17:05.513 DEBUG:teuthology.orchestra.run.smithi187:> 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-21T11:17:05.542 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:17:05.543 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-21T11:17:05.553 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-21T11:17:05.562 INFO:teuthology.task.internal:Duration was 2155.758385 seconds 2024-01-21T11:17:05.562 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-21T11:17:05.620 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-21T11:17:05.621 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T11:17:05.623 DEBUG:teuthology.orchestra.run.smithi187:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T11:17:05.669 INFO:teuthology.orchestra.run.smithi131.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T11:17:05.671 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T11:17:05.939 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-21T11:17:05.939 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi131.front.sepia.ceph.com 2024-01-21T11:17:05.939 DEBUG:teuthology.orchestra.run.smithi131:> 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-21T11:17:05.960 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi187.front.sepia.ceph.com 2024-01-21T11:17:05.961 DEBUG:teuthology.orchestra.run.smithi187:> 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-21T11:17:05.982 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-21T11:17:05.983 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T11:17:06.002 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T11:17:06.083 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-21T11:17:06.083 DEBUG:teuthology.orchestra.run.smithi131:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T11:17:06.085 DEBUG:teuthology.orchestra.run.smithi187:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T11:17:06.241 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-21T11:17:06.252 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-21T11:17:06.252 DEBUG:teuthology.orchestra.run.smithi131:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T11:17:06.279 DEBUG:teuthology.orchestra.run.smithi187:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T11:17:06.305 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-21T11:17:06.315 DEBUG:teuthology.orchestra.run.smithi131:> 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-21T11:17:06.322 DEBUG:teuthology.orchestra.run.smithi187:> 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-21T11:17:06.346 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = core 2024-01-21T11:17:06.372 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = core 2024-01-21T11:17:06.397 DEBUG:teuthology.orchestra.run.smithi131:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T11:17:06.453 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:17:06.454 DEBUG:teuthology.orchestra.run.smithi187:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T11:17:06.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:17:06.470 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-21T11:17:06.480 INFO:teuthology.task.internal:Transferring archived files... 2024-01-21T11:17:06.481 DEBUG:teuthology.misc:Transferring archived files from smithi131:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524436/remote/smithi131 2024-01-21T11:17:06.482 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T11:17:06.540 DEBUG:teuthology.misc:Transferring archived files from smithi187:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524436/remote/smithi187 2024-01-21T11:17:06.541 DEBUG:teuthology.orchestra.run.smithi187:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T11:17:06.581 INFO:teuthology.task.internal:Removing archive directory... 2024-01-21T11:17:06.581 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T11:17:06.584 DEBUG:teuthology.orchestra.run.smithi187:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T11:17:06.630 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-21T11:17:06.643 INFO:teuthology.task.internal:Not uploading archives. 2024-01-21T11:17:06.644 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-21T11:17:06.654 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-21T11:17:06.654 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T11:17:06.656 DEBUG:teuthology.orchestra.run.smithi187:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T11:17:06.670 INFO:teuthology.orchestra.run.smithi131.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 11:17 /home/ubuntu/cephtest 2024-01-21T11:17:06.687 INFO:teuthology.orchestra.run.smithi187.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 11:17 /home/ubuntu/cephtest 2024-01-21T11:17:06.689 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-21T11:17:06.700 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-21T11:17:06.723 INFO:teuthology.nuke:Checking targets against current locks 2024-01-21T11:17:06.752 DEBUG:teuthology.nuke:shortname: smithi131 2024-01-21T11:17:06.752 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T11:17:06.775 DEBUG:teuthology.nuke:shortname: smithi187 2024-01-21T11:17:06.776 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T11:17:06.779 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524436', '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-21 10:35:46.327415', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFy9O5wilDoiP8g4n++6oNmodS7FEcSdDP6ZqLfnuCDaA5cmiwv3lexh45XBNDaTTosrhmIGDyFvlMhjOrnPvWY='} 2024-01-21T11:17:06.800 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524436', '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-21 10:35:46.326323', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxMqz7Z+61pkJTc6TDXZRxNkQbeFPbfBGHQmV/xK3Df5XIrQHuVMzTZ3GWelMiAVxqnxZkP2yBi1e5FLnd45xw='} 2024-01-21T11:17:06.826 INFO:teuthology.orchestra.console.smithi131:Power off 2024-01-21T11:17:06.826 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T11:17:06.847 DEBUG:teuthology.orchestra.console.smithi131:power off output: Chassis Power Control: Down/Off 2024-01-21T11:17:06.848 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T11:17:06.866 INFO:teuthology.orchestra.console.smithi187:Power off 2024-01-21T11:17:06.866 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T11:17:06.876 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-01-21T11:17:06.890 DEBUG:teuthology.orchestra.console.smithi187:power off output: Chassis Power Control: Down/Off 2024-01-21T11:17:06.890 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T11:17:06.913 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is on 2024-01-21T11:17:10.877 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T11:17:10.913 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T11:17:10.987 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2024-01-21T11:17:11.023 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is on 2024-01-21T11:17:14.992 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T11:17:15.024 DEBUG:teuthology.orchestra.console.smithi187:pexpect command: ipmitool -H smithi187.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T11:17:15.103 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is off 2024-01-21T11:17:15.134 DEBUG:teuthology.orchestra.console.smithi187:check power output: Chassis Power is off 2024-01-21T11:17:15.204 INFO:teuthology.orchestra.console.smithi131:Power off completed 2024-01-21T11:17:15.234 INFO:teuthology.orchestra.console.smithi187:Power off completed 2024-01-21T11:17:15.339 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: 2155.7583849430084 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=aef5fbfe22de44bb802870563e342fdf status: fail success: false 2024-01-21T11:17:15.339 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T11:17:15.417 INFO:teuthology.run:FAIL